diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-27 07:45:41 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-27 07:45:41 -0600 |
commit | e480ad5d269ca8dcd200397f7e6157b3e46c5c02 (patch) | |
tree | 45dba73954b814b5cc9619f873299e3fc8366a67 /src/gui/widgets/chattab.h | |
parent | 31c28bbd0349475079ed2111c32b3cd07400554e (diff) | |
download | mana-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/chattab.h')
-rw-r--r-- | src/gui/widgets/chattab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 14c4c130..3e64242c 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -108,7 +108,7 @@ class ChatTab : public Tab virtual void sendChat(std::string &msg); - virtual void handleCommand(std::string msg); + virtual void handleCommand(const std::string msg); ScrollArea *mScrollArea; BrowserBox *mTextOutput; |