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/create.h | |
| parent | 1a157599b63627d04a968f6251a3cde9e0cfeb7e (diff) | |
Put the code for options to a namespace
Diffstat (limited to 'src/create.h')
| -rw-r--r-- | src/create.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/create.h b/src/create.h index bbfc374..6c1002f 100644 --- a/src/create.h +++ b/src/create.h @@ -35,4 +35,4 @@ class CreateError : public DiffddError explicit CreateError(const std::string &message) : DiffddError(message) {} }; -void create(const OptionsCreate &opts); +void create(const Options::Create &opts); |
