diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-17 01:43:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-17 01:43:33 +0300 |
commit | e6e36b25a696212f0262e3e5ef520543b1b3a58b (patch) | |
tree | 70cc6862e11dc45e94bafdb644dfa88b20a3c439 /src/commandhandler.h | |
parent | cbe5ad5d45e5ce7da04e0517997f838aec32f3aa (diff) | |
download | plus-e6e36b25a696212f0262e3e5ef520543b1b3a58b.tar.gz plus-e6e36b25a696212f0262e3e5ef520543b1b3a58b.tar.bz2 plus-e6e36b25a696212f0262e3e5ef520543b1b3a58b.tar.xz plus-e6e36b25a696212f0262e3e5ef520543b1b3a58b.zip |
ARM fixes.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 2 |
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; |