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