diff options
Diffstat (limited to 'server-tools/instance-manager/commands.h')
-rw-r--r-- | server-tools/instance-manager/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server-tools/instance-manager/commands.h b/server-tools/instance-manager/commands.h index 2a3022c9d7e..2ab31c18b32 100644 --- a/server-tools/instance-manager/commands.h +++ b/server-tools/instance-manager/commands.h @@ -162,6 +162,7 @@ public: class Syntax_error : public Command { public: + Syntax_error() {} int execute(struct st_net *net, ulong connection_id); }; |