aboutsummaryrefslogtreecommitdiff
path: root/src/create.cpp
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2025-01-27 11:17:57 +0100
committerJán Sučan <jan@jansucan.com>2025-01-27 15:22:36 +0100
commit7b2955b20ba51e27a72a881bcf7abdec73d7942c (patch)
tree52a7573a2d676629b557666d3f7cd48b910cd644 /src/create.cpp
parent1a157599b63627d04a968f6251a3cde9e0cfeb7e (diff)
Put the code for options to a namespace
Diffstat (limited to 'src/create.cpp')
-rw-r--r--src/create.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/create.cpp b/src/create.cpp
index 460bdd1..1956d5b 100644
--- a/src/create.cpp
+++ b/src/create.cpp
@@ -350,7 +350,7 @@ class DiffFinder
};
void
-create(const OptionsCreate &opts)
+create(const Options::Create &opts)
{
std::ifstream in_istream{opts.getInFilePath(),
std::ifstream::in | std::ifstream::binary};