diff options
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(), |
