diff options
-rw-r--r-- | include/command_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index bdbc12757..2abbdb607 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -39,11 +39,11 @@ class CoreExport CommandParser */ void ProcessCommand(LocalUser* user, std::string& cmd); - public: /** Command list, a hash_map of command names to Command* */ Commandtable cmdlist; + public: /** Default constructor. */ CommandParser(); |