diff options
Diffstat (limited to 'src/net/ea/gui/guildtab.cpp')
-rw-r--r-- | src/net/ea/gui/guildtab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/gui/guildtab.cpp b/src/net/ea/gui/guildtab.cpp index e0a8937d1..bc3cc170c 100644 --- a/src/net/ea/gui/guildtab.cpp +++ b/src/net/ea/gui/guildtab.cpp @@ -60,7 +60,8 @@ GuildTab::~GuildTab() CHECKLISTENERS } -bool GuildTab::handleCommand(const std::string &type, const std::string &args) +bool GuildTab::handleCommand(const std::string &restrict type, + const std::string &restrict args) { if (type == "help") { |