summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index ec42573a1..5a73b2335 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -64,7 +64,7 @@ class CommandHandler final
static void replaceVars(std::string &str);
- static char parseBoolean(const std::string &value);
+ static signed char parseBoolean(const std::string &value);
protected:
friend class ChatTab;