diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index e4865ed8..efd0b02e 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -129,7 +129,7 @@ class ChatWindow : public Window, /** * Checks whether ChatWindow is Focused or not. */ - bool isInputFocused(); + bool isInputFocused() const; /** * Passes the text to the current tab as input |