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/restore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.cpp') diff --git a/src/restore.cpp b/src/restore.cpp index 5b490d9..75d2af7 100644 --- a/src/restore.cpp +++ b/src/restore.cpp @@ -32,7 +32,7 @@ #include void -restore(const OptionsRestore &opts) +restore(const Options::Restore &opts) { std::fstream diff_stream; diff_stream.open(opts.getDiffFilePath(), -- cgit v1.2.3