diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-26 13:39:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-26 13:39:16 +0300 |
commit | fede4529512844d69f1812133719029392e8e0aa (patch) | |
tree | 8aedd01508ce7c118f82f2996fa1a3a34acb1371 /src/gui/widgets/tabs/chattab.h | |
parent | a4553936a39b21589a5af8c1bdda3d1d99a825ca (diff) | |
download | manaverse-fede4529512844d69f1812133719029392e8e0aa.tar.gz manaverse-fede4529512844d69f1812133719029392e8e0aa.tar.bz2 manaverse-fede4529512844d69f1812133719029392e8e0aa.tar.xz manaverse-fede4529512844d69f1812133719029392e8e0aa.zip |
add restrict into chattab.
Diffstat (limited to 'src/gui/widgets/tabs/chattab.h')
-rw-r--r-- | src/gui/widgets/tabs/chattab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/chattab.h b/src/gui/widgets/tabs/chattab.h index b9f0dff10..5ddab84c3 100644 --- a/src/gui/widgets/tabs/chattab.h +++ b/src/gui/widgets/tabs/chattab.h @@ -122,8 +122,8 @@ class ChatTab : public Tab * @returns true if the command was handled * false if the command was not handled */ - virtual bool handleCommand(const std::string &type A_UNUSED, - const std::string &args A_UNUSED) + virtual bool handleCommand(const std::string &restrict type A_UNUSED, + const std::string &restrict args A_UNUSED) { return false; } /** |