From 12689302349f62da8158c54d7b76b3e8cfb84e1a Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 2 Jan 2006 21:40:02 +0000 Subject: GCC 4.1 is more strict about extra qualification on members git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2727 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/command_parse.h b/include/command_parse.h index d66726379..76e859b98 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -27,8 +27,8 @@ class CommandParser { private: - int CommandParser::ProcessParameters(char **command_p,char *parameters); - void CommandParser::ProcessCommand(userrec *user, char* cmd); + int ProcessParameters(char **command_p,char *parameters); + void ProcessCommand(userrec *user, char* cmd); void SetupCommandTable(); public: command_table cmdlist; -- cgit v1.2.3