summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/checkbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-20 16:38:52 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-20 16:38:52 +0300
commit73fac88b0263962c90d2d649938e6a4a5b11a246 (patch)
tree2f058980977cf73a9b8fb7ccbdb727a6bfd5bb16 /src/guichan/widgets/checkbox.cpp
parent747dc30f256606e28fd932a9626da7c328114036 (diff)
downloadplus-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.gz
plus-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.bz2
plus-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.xz
plus-73fac88b0263962c90d2d649938e6a4a5b11a246.zip
fix style in guichan directory.
Diffstat (limited to 'src/guichan/widgets/checkbox.cpp')
-rw-r--r--src/guichan/widgets/checkbox.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/guichan/widgets/checkbox.cpp b/src/guichan/widgets/checkbox.cpp
index 4e76e75d2..da6776d31 100644
--- a/src/guichan/widgets/checkbox.cpp
+++ b/src/guichan/widgets/checkbox.cpp
@@ -62,7 +62,8 @@ namespace gcn
gcn::Widget(),
gcn::MouseListener(),
gcn::KeyListener(),
- mSelected(false)
+ mSelected(false),
+ mCaption()
{
setFocusable(true);
addMouseListener(this);
@@ -73,7 +74,8 @@ namespace gcn
gcn::Widget(),
gcn::MouseListener(),
gcn::KeyListener(),
- mSelected(selected)
+ mSelected(selected),
+ mCaption()
{
setCaption(caption);