diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/chattab.cpp')
-rw-r--r-- | src/gui/widgets/tabs/chat/chattab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/chattab.cpp b/src/gui/widgets/tabs/chat/chattab.cpp index 3fc6fb252..64cae0ed3 100644 --- a/src/gui/widgets/tabs/chat/chattab.cpp +++ b/src/gui/widgets/tabs/chat/chattab.cpp @@ -71,7 +71,8 @@ ChatTab::ChatTab(const Widget2 *const widget, Tab(widget), mTextOutput(new BrowserBox(this, Opaque_true, "browserbox.xml")), - mScrollArea(new ScrollArea(this, mTextOutput, Opaque_false)), + mScrollArea(new ScrollArea(this, + mTextOutput, Opaque_false, std::string())), mChannelName(channel), mLogName(logName), mType(type), |