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.h | |
| parent | 1a157599b63627d04a968f6251a3cde9e0cfeb7e (diff) | |
Put the code for options to a namespace
Diffstat (limited to 'src/restore.h')
| -rw-r--r-- | src/restore.h | 2 |
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); |
