From 82a4015692e630f36f94a55590c1b59b958c5a17 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Feb 2014 17:56:08 +0300 Subject: add missing const and static keywords. --- src/commandhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.h') diff --git a/src/commandhandler.h b/src/commandhandler.h index 02ced5630..de1561d74 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -62,7 +62,7 @@ class CommandHandler final * Parse and handle the given command. */ void handleCommand(const std::string &command, - ChatTab *const tab = localChatTab); + ChatTab *const tab = localChatTab) const; void handleCommands(const std::string &command, ChatTab *const tab = localChatTab); -- cgit v1.2.3-60-g2f50