diff --git a/src/app/cmdoptions.cpp b/src/app/cmdoptions.cpp index 677ac03f6..84f50e988 100644 --- a/src/app/cmdoptions.cpp +++ b/src/app/cmdoptions.cpp @@ -137,7 +137,7 @@ namespace }; // Option with string value. May not have a shortcut - struct StringOption : protected Option + class StringOption : protected Option { public: explicit constexpr StringOption(const QStringView name)