summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/widgets/container.cpp')
-rw-r--r--src/guichan/widgets/container.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guichan/widgets/container.cpp b/src/guichan/widgets/container.cpp
index b3edc0bcb..d6951f06a 100644
--- a/src/guichan/widgets/container.cpp
+++ b/src/guichan/widgets/container.cpp
@@ -56,9 +56,9 @@
namespace gcn
{
- Container::Container()
+ Container::Container() :
+ mOpaque(true)
{
- mOpaque = true;
}
Container::~Container()