From 15d0256e94f382b823dbb457218e1e3d2a462e16 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 13 Jun 2014 15:41:43 +0200 Subject: Make CommandParser::cmdlist private --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(); -- cgit v1.2.3