X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommand_parse.h;h=0f39d35860f3ec7415372fadb7eb5bfd2e625882;hb=f3e803f5b9d8478e1f4d490a2f59ba7fca10a6b9;hp=2abbdb6076cf0f0f5b07b15d2168b6d4a4a4ddf7;hpb=15d0256e94f382b823dbb457218e1e3d2a462e16;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/command_parse.h b/include/command_parse.h index 2abbdb607..0f39d3586 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -30,7 +30,7 @@ class CoreExport CommandParser { public: - typedef Commandtable CommandMap; + typedef TR1NS::unordered_map CommandMap; private: /** Process a command from a user. @@ -41,7 +41,7 @@ class CoreExport CommandParser /** Command list, a hash_map of command names to Command* */ - Commandtable cmdlist; + CommandMap cmdlist; public: /** Default constructor.