From 7b2955b20ba51e27a72a881bcf7abdec73d7942c Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Mon, 27 Jan 2025 11:17:57 +0100 Subject: Put the code for options to a namespace --- src/create.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/create.cpp') 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}; -- cgit v1.2.3