From e85c6227064c905945a4d49a5e11a0078243a1ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 18:56:46 +0300 Subject: add missing const in being classes. --- src/gui/chatwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/chatwindow.cpp') diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp index f87d9c3bc..c9690cb86 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -917,7 +917,8 @@ void ChatWindow::keyPressed(gcn::KeyEvent &event) addInputText(temp, false); } -void ChatWindow::processEvent(Channels channel, const DepricatedEvent &event) +void ChatWindow::processEvent(const Channels channel, + const DepricatedEvent &event) { if (channel == CHANNEL_ATTRIBUTES) { -- cgit v1.2.3-60-g2f50