diff options
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 e1e2c211d..3d591cf3c 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -184,8 +184,8 @@ class ChatTab : public Tab void addRow(std::string &line); - ScrollArea *mScrollArea; BrowserBox *mTextOutput; + ScrollArea *mScrollArea; bool mAllowHightlight; bool mRemoveNames; bool mNoAway; |