aboutsummaryrefslogtreecommitdiff
path: root/src/restore.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/restore.cpp
parent1a157599b63627d04a968f6251a3cde9e0cfeb7e (diff)
Put the code for options to a namespace
Diffstat (limited to 'src/restore.cpp')
-rw-r--r--src/restore.cpp2
1 files changed, 1 insertions, 1 deletions
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 <vector>
void
-restore(const OptionsRestore &opts)
+restore(const Options::Restore &opts)
{
std::fstream diff_stream;
diff_stream.open(opts.getDiffFilePath(),