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 88dabb89..e4865ed8 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -186,7 +186,7 @@ class ChatWindow : public Window, /** Add the tab to the window */ void addTab(ChatTab *tab); - void removeWhisper(std::string nick); + void removeWhisper(const std::string &nick); void adjustTabSize(); |