aboutsummaryrefslogtreecommitdiffstats
path: root/include/command_parse.h
diff options
context:
space:
mode:
authorGravatar brain2006-07-10 19:02:06 +0000
committerGravatar brain2006-07-10 19:02:06 +0000
commitac39617c087139f2d89aeb9e36565139b4410672 (patch)
tree4784bebe031e02d1c774047e77425993254169f9 /include/command_parse.h
parentInherit tons of stuff from classbase that should always have been (diff)
Inherit just about everything from classbase
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4299 e03df62e-2008-0410-955e-edbf42e46eb7
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);