From 47a9f98c414b029ec6772a07597950b9ec19c6f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 21:24:10 +0300 Subject: add restrict into chatwindow. --- src/gui/windows/chatwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/windows/chatwindow.h') diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 648f57cf6..d93e2ce94 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -220,7 +220,8 @@ class ChatWindow final : public Window, void doPresent() const; - void addWhisper(const std::string &nick, const std::string &mes, + void addWhisper(const std::string &restrict nick, + const std::string &restrict mes, const Own own = BY_OTHER); WhisperTab *addWhisperTab(const std::string &nick, -- cgit v1.2.3-70-g09d2