diff options
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 560826d79..d981c49b9 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -219,9 +219,9 @@ ChatWindow::~ChatWindow() config.setValue("ReturnToggles", mReturnToggles); removeAllWhispers(); removeAllChannels(); - delete2(mItemLinkHandler); - delete2(mColorPicker); - delete2(mColorListModel); + delete2(mItemLinkHandler) + delete2(mColorPicker) + delete2(mColorListModel) } void ChatWindow::postInit() @@ -1060,7 +1060,7 @@ void ChatWindow::attributeChanged(const AttributesT id, } default: break; - }; + } PRAGMA45(GCC diagnostic pop) } |