From 8fa20d9e2aa173d4ed9632da7e707c69ce2841aa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 11 Dec 2012 02:15:50 +0300 Subject: Remove useless brackets. --- src/gui/socialwindow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/socialwindow.cpp') diff --git a/src/gui/socialwindow.cpp b/src/gui/socialwindow.cpp index bb59517e5..fd8114584 100644 --- a/src/gui/socialwindow.cpp +++ b/src/gui/socialwindow.cpp @@ -448,7 +448,7 @@ public: SocialPlayersTab(const Widget2 *const widget, std::string name, const bool showBackground) : SocialTab(widget), - mBeings(new BeingsListModal()) + mBeings(new BeingsListModal) { mList = new AvatarListBox(this, mBeings); mScroll = new ScrollArea(mList, showBackground, @@ -617,7 +617,7 @@ public: SocialNavigationTab(const Widget2 *const widget, const bool showBackground) : SocialTab(widget), - mBeings(new BeingsListModal()) + mBeings(new BeingsListModal) { mList = new AvatarListBox(this, mBeings); mScroll = new ScrollArea(mList, showBackground, @@ -956,7 +956,7 @@ public: SocialAttackTab(const Widget2 *const widget, const bool showBackground) : SocialTab(widget), - mBeings(new BeingsListModal()) + mBeings(new BeingsListModal) { mList = new AvatarListBox(this, mBeings); mScroll = new ScrollArea(mList, showBackground, @@ -1015,7 +1015,7 @@ public: SocialPickupTab(const Widget2 *const widget, const bool showBackground) : SocialTab(widget), - mBeings(new BeingsListModal()) + mBeings(new BeingsListModal) { mList = new AvatarListBox(this, mBeings); mScroll = new ScrollArea(mList, showBackground, @@ -1074,7 +1074,7 @@ public: SocialFriendsTab(const Widget2 *const widget, std::string name, const bool showBackground) : SocialTab(widget), - mBeings(new BeingsListModal()) + mBeings(new BeingsListModal) { mList = new AvatarListBox(this, mBeings); mScroll = new ScrollArea(mList, showBackground, -- cgit v1.2.3-60-g2f50