summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r--src/gui/chatwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h
index 195c7cba0..ec60846f3 100644
--- a/src/gui/chatwindow.h
+++ b/src/gui/chatwindow.h
@@ -167,7 +167,7 @@ class ChatWindow final : public Window,
*
* @param msg The message text which is to be sent.
*/
- void localChatInput(const std::string &msg);
+ void localChatInput(const std::string &msg) const;
/** Called when key is pressed */
void keyPressed(gcn::KeyEvent &event) override;