summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r--src/gui/widgets/chattab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h
index f45f78668..488f9bb2f 100644
--- a/src/gui/widgets/chattab.h
+++ b/src/gui/widgets/chattab.h
@@ -199,11 +199,11 @@ class ChatTab : public Tab
BrowserBox *mTextOutput;
ScrollArea *mScrollArea;
+ std::string mChannelName;
bool mAllowHightlight;
bool mRemoveNames;
bool mNoAway;
bool mShowOnline;
- std::string mChannelName;
};
extern ChatTab *localChatTab;