summaryrefslogtreecommitdiff
path: root/src/gui/windows/socialwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/socialwindow.h')
-rw-r--r--src/gui/windows/socialwindow.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/windows/socialwindow.h b/src/gui/windows/socialwindow.h
index bbd84bbdc..6cb1b252f 100644
--- a/src/gui/windows/socialwindow.h
+++ b/src/gui/windows/socialwindow.h
@@ -66,13 +66,14 @@ public:
void action(const gcn::ActionEvent &event) override final;
- void showGuildInvite(const std::string &guildName, const int guildId,
- const std::string &inviterName);
+ void showGuildInvite(const std::string &restrict guildName,
+ const int guildId,
+ const std::string &restrict inviterName);
void showGuildCreate();
- void showPartyInvite(const std::string &partyName,
- const std::string &inviter = "");
+ void showPartyInvite(const std::string &restrict partyName,
+ const std::string &restrict inviter = "");
void showPartyCreate();