From ac39617c087139f2d89aeb9e36565139b4410672 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 19:02:06 +0000 Subject: Inherit just about everything from classbase git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4299 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/command_parse.h') 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); -- cgit v1.2.3