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/skilldialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/skilldialog.cpp') diff --git a/src/gui/skilldialog.cpp b/src/gui/skilldialog.cpp index 02a177f4e..9f484de8d 100644 --- a/src/gui/skilldialog.cpp +++ b/src/gui/skilldialog.cpp @@ -96,7 +96,7 @@ class SkillListBox final : public ListBox SkillListBox(const Widget2 *const widget, SkillModel *const model) : ListBox(widget, model), mModel(model), - mPopup(new TextPopup()), + mPopup(new TextPopup), mHighlightColor(getThemeColor(Theme::HIGHLIGHT)), mTextColor(getThemeColor(Theme::TEXT)) { -- cgit v1.2.3-60-g2f50