]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
irc::tokenstream is a token parser which using std::string and std::vector builds...
[user/henk/code/inspircd.git] / include / command_parse.h
index 310427036cec97d17ea7b94baebae0d7334a72a2..838915dff9a9fbbd01ecb238ad679d9101fe2411 100644 (file)
@@ -24,7 +24,7 @@
 #include "ctables.h"
 #include "typedefs.h"
  
-class CommandParser
+class CommandParser : public classbase
 {
  private:
        int ProcessParameters(char **command_p,char *parameters);