summaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index 310427036..838915dff 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -24,7 +24,7 @@
#include "ctables.h"
#include "typedefs.h"
-class CommandParser
+class CommandParser : public classbase
{
private:
int ProcessParameters(char **command_p,char *parameters);