diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:38:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 16:38:52 +0300 |
commit | 73fac88b0263962c90d2d649938e6a4a5b11a246 (patch) | |
tree | 2f058980977cf73a9b8fb7ccbdb727a6bfd5bb16 /src/guichan/include | |
parent | 747dc30f256606e28fd932a9626da7c328114036 (diff) | |
download | mv-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.gz mv-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.bz2 mv-73fac88b0263962c90d2d649938e6a4a5b11a246.tar.xz mv-73fac88b0263962c90d2d649938e6a4a5b11a246.zip |
fix style in guichan directory.
Diffstat (limited to 'src/guichan/include')
-rw-r--r-- | src/guichan/include/guichan/basiccontainer.hpp | 3 | ||||
-rw-r--r-- | src/guichan/include/guichan/keyinput.hpp | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/basiccontainer.hpp b/src/guichan/include/guichan/basiccontainer.hpp index 7f2d81382..40140b887 100644 --- a/src/guichan/include/guichan/basiccontainer.hpp +++ b/src/guichan/include/guichan/basiccontainer.hpp @@ -66,7 +66,8 @@ namespace gcn public DeathListener { public: - BasicContainer() + BasicContainer() : + mWidgets() { } A_DELETE_COPY(BasicContainer) diff --git a/src/guichan/include/guichan/keyinput.hpp b/src/guichan/include/guichan/keyinput.hpp index 6b1d8e932..09d46857c 100644 --- a/src/guichan/include/guichan/keyinput.hpp +++ b/src/guichan/include/guichan/keyinput.hpp @@ -64,6 +64,7 @@ namespace gcn * Constructor. */ KeyInput() : + mKey(0), mType(0), mShiftPressed(false), mControlPressed(false), |