diff options
Diffstat (limited to 'src/guichan/widgets/label.cpp')
-rw-r--r-- | src/guichan/widgets/label.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guichan/widgets/label.cpp b/src/guichan/widgets/label.cpp index db1ea6e8a..5e7c714f3 100644 --- a/src/guichan/widgets/label.cpp +++ b/src/guichan/widgets/label.cpp @@ -58,6 +58,7 @@ namespace gcn { Label::Label() : gcn::Widget(), + mCaption(), mAlignment(Graphics::LEFT) { } |