aboutsummaryrefslogtreecommitdiff
path: root/src/create.cpp
diff options
context:
space:
mode:
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};