diff options
Diffstat (limited to 'src/gui/chatwindow.cpp')
-rw-r--r-- | src/gui/chatwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp index 4fb470eed..9f6953d1d 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -86,7 +86,7 @@ class ChatInput final : public TextField, public gcn::FocusListener addFocusListener(this); } - A_DELETE_COPY(ChatInput); + A_DELETE_COPY(ChatInput) /** * Called if the chat input loses focus. It will set itself to |