summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/guildchattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/guildchattab.h')
-rw-r--r--src/gui/widgets/tabs/guildchattab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/guildchattab.h b/src/gui/widgets/tabs/guildchattab.h
index 469a10936..b2e364038 100644
--- a/src/gui/widgets/tabs/guildchattab.h
+++ b/src/gui/widgets/tabs/guildchattab.h
@@ -37,8 +37,8 @@ class GuildChatTab final : public ChatTab, public ConfigListener
~GuildChatTab();
- bool handleCommand(const std::string &type,
- const std::string &args) override final;
+ bool handleCommand(const std::string &restrict type,
+ const std::string &restrict args) override final;
void showHelp() override;