aboutsummaryrefslogtreecommitdiff
path: root/src/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.h b/src/restore.h
index ac98517..c5cde3c 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -35,4 +35,4 @@ class RestoreError : public DiffddError
explicit RestoreError(const std::string &message) : DiffddError(message) {}
};
-void restore(const OptionsRestore &opts);
+void restore(const Options::Restore &opts);