summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h6
1 files changed, 4 insertions, 2 deletions
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 <iosfwd>
#include <string>
+#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;