diff options
Diffstat (limited to 'src/cli/cli.h')
-rw-r--r-- | src/cli/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/cli.h b/src/cli/cli.h index 37985339e..fc27e1d83 100644 --- a/src/cli/cli.h +++ b/src/cli/cli.h @@ -56,7 +56,7 @@ class CLI_Error_Unsupported : public CLI_Error : CLI_Error(what + " with '" + who + "' unsupported or not available") {} }; -struct CLI_Error_Invalid_Spec : public CLI_Error +class CLI_Error_Invalid_Spec : public CLI_Error { public: explicit CLI_Error_Invalid_Spec(const std::string& spec) |