summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-26 13:29:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-26 13:29:46 +0300
commita4553936a39b21589a5af8c1bdda3d1d99a825ca (patch)
tree650ef6a43cc3398ca2ce1a2fa7fa91f48b40be1f /src/net/ea/chathandler.h
parentdabd3fcef84f2e32c34c2d514bb8420628288bc8 (diff)
downloadManaVerse-a4553936a39b21589a5af8c1bdda3d1d99a825ca.tar.gz
ManaVerse-a4553936a39b21589a5af8c1bdda3d1d99a825ca.tar.bz2
ManaVerse-a4553936a39b21589a5af8c1bdda3d1d99a825ca.tar.xz
ManaVerse-a4553936a39b21589a5af8c1bdda3d1d99a825ca.zip
add restrict into chathandler.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r--src/net/ea/chathandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h
index ead5dac98..cba709577 100644
--- a/src/net/ea/chathandler.h
+++ b/src/net/ea/chathandler.h
@@ -38,8 +38,8 @@ class ChatHandler : public Net::ChatHandler
A_DELETE_COPY(ChatHandler)
- void me(const std::string &text,
- const std::string &channel) const override final;
+ void me(const std::string &restrict text,
+ const std::string &restrict channel) const override final;
virtual void processWhisperResponse(Net::MessageIn &msg);