diff options
Diffstat (limited to 'src/gui/chatwindow.cpp')
-rw-r--r-- | src/gui/chatwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |