From a4553936a39b21589a5af8c1bdda3d1d99a825ca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Dec 2013 13:29:46 +0300 Subject: add restrict into chathandler. --- src/net/chathandler.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/net/chathandler.h') diff --git a/src/net/chathandler.h b/src/net/chathandler.h index e91be671c..f5cf03f9f 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -26,6 +26,8 @@ #include #include +#include "localconsts.h" + namespace Net { class ChatHandler @@ -39,8 +41,8 @@ class ChatHandler virtual void talkRaw(const std::string &text) const = 0; - virtual void me(const std::string &text, - const std::string &channel) const = 0; + virtual void me(const std::string &restrict text, + const std::string &restrict channel) const = 0; virtual void privateMessage(const std::string &recipient, const std::string &text) = 0; -- cgit v1.2.3-60-g2f50