diff options
Diffstat (limited to 'include/command_parse.h')
| -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 a6b9f6868..74de719ae 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -31,7 +31,7 @@ * call command handlers by name, and chop up comma separated * parameters into multiple calls. */ -class CoreExport CommandParser +class CoreExport CommandParser final { public: typedef std::unordered_map<std::string, Command*, irc::insensitive, irc::StrHashComp> CommandMap; |
