From ff5e1957dd4fde40e41e4c5e4b9e04e1f36e5ef2 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 27 Mar 2009 19:23:34 +0100 Subject: Removed unnecessary parenthesis on constructors --- src/gui/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/chat.cpp') diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 48858bf6..5b07980b 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -62,7 +62,7 @@ ChatWindow::ChatWindow(Network * network): mChatInput->setActionEventId("chatinput"); mChatInput->addActionListener(this); - mChatTabs = new TabbedArea(); + mChatTabs = new TabbedArea; add(mChatTabs); add(mChatInput); -- cgit v1.2.3-70-g09d2