summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-27 07:45:41 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-27 07:45:41 -0600
commite480ad5d269ca8dcd200397f7e6157b3e46c5c02 (patch)
tree45dba73954b814b5cc9619f873299e3fc8366a67 /src/gui/widgets/whispertab.h
parent31c28bbd0349475079ed2111c32b3cd07400554e (diff)
downloadmana-client-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.tar.gz
mana-client-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.tar.bz2
mana-client-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.tar.xz
mana-client-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.zip
Add some const to the chat tabs
Diffstat (limited to 'src/gui/widgets/whispertab.h')
-rw-r--r--src/gui/widgets/whispertab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/whispertab.h b/src/gui/widgets/whispertab.h
index 6f9db1ee..1d2f968d 100644
--- a/src/gui/widgets/whispertab.h
+++ b/src/gui/widgets/whispertab.h
@@ -46,9 +46,9 @@ class WhisperTab : public ChatTab
~WhisperTab();
- void sendChat(std::string &msg);
+ void sendChat(const std::string &msg);
- void handleCommand(std::string msg);
+ void handleCommand(const std::string msg);
private:
std::string mNick;