summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/textbox.cpp')
-rw-r--r--src/gui/widgets/textbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp
index cbefa4006..d66bbced6 100644
--- a/src/gui/widgets/textbox.cpp
+++ b/src/gui/widgets/textbox.cpp
@@ -35,6 +35,7 @@
TextBox::TextBox() :
gcn::TextBox(),
+ Widget2(),
mMinWidth(getWidth())
{
mForegroundColor = Theme::getThemeColor(Theme::TEXTBOX);