summaryrefslogtreecommitdiff
path: root/src/gui/box.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/box.cpp')
-rw-r--r--src/gui/box.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/box.cpp b/src/gui/box.cpp
index 183eabc3..6af3ae3e 100644
--- a/src/gui/box.cpp
+++ b/src/gui/box.cpp
@@ -23,9 +23,8 @@
#include "box.h"
-Box::Box()
- : padding(0),
- gcn::Container()
+Box::Box():
+ padding(0)
{
setOpaque(false);
}