diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-27 11:17:57 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-27 15:22:36 +0100 |
| commit | 7b2955b20ba51e27a72a881bcf7abdec73d7942c (patch) | |
| tree | 52a7573a2d676629b557666d3f7cd48b910cd644 /src/restore.cpp | |
| parent | 1a157599b63627d04a968f6251a3cde9e0cfeb7e (diff) | |
Put the code for options to a namespace
Diffstat (limited to 'src/restore.cpp')
| -rw-r--r-- | src/restore.cpp | 2 |
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(), |
