From 6f7e50348f6366e5bf7f3a20b2b65297c811f3ba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 23:04:28 +0300 Subject: add restrict into socialwindow. --- src/gui/windows/socialwindow.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/socialwindow.h') 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(); -- cgit v1.2.3-70-g09d2