diff options
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r-- | src/gui/chatwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h index 1b10405d4..d8457d691 100644 --- a/src/gui/chatwindow.h +++ b/src/gui/chatwindow.h @@ -246,6 +246,8 @@ class ChatWindow : public Window, std::string doReplace(const std::string &msg); + void adjustTabSize(); + protected: friend class ChatTab; friend class WhisperTab; @@ -261,8 +263,6 @@ class ChatWindow : public Window, void removeWhisper(const std::string &nick); - void adjustTabSize(); - void autoComplete(); std::string addColors(std::string &msg); |