summaryrefslogtreecommitdiff
path: root/src/gui/widgets/channeltab.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/channeltab.h
parent31c28bbd0349475079ed2111c32b3cd07400554e (diff)
downloadMana-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.tar.gz
Mana-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.tar.bz2
Mana-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.tar.xz
Mana-e480ad5d269ca8dcd200397f7e6157b3e46c5c02.zip
Add some const to the chat tabs
Diffstat (limited to 'src/gui/widgets/channeltab.h')
-rw-r--r--src/gui/widgets/channeltab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/channeltab.h b/src/gui/widgets/channeltab.h
index 91b4f7c6..04a11e29 100644
--- a/src/gui/widgets/channeltab.h
+++ b/src/gui/widgets/channeltab.h
@@ -48,7 +48,7 @@ class ChannelTab : public ChatTab
*/
~ChannelTab();
- void sendChat(std::string &msg);
+ void sendChat(const std::string &msg);
private:
Channel *mChannel;