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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.h') 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); -- cgit v1.2.3