diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-19 18:28:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 13:55:42 +0300 |
commit | df5cd98862d5328c6765b992a3a6e1b3458a1d8a (patch) | |
tree | 281949dceabbc4894474f4f5c6cb398f3dd15998 /src/gui/widgets/playerbox.cpp | |
parent | 2bf115745f111215b651b87288eb9d15ceb333be (diff) | |
download | ManaVerse-df5cd98862d5328c6765b992a3a6e1b3458a1d8a.tar.gz ManaVerse-df5cd98862d5328c6765b992a3a6e1b3458a1d8a.tar.bz2 ManaVerse-df5cd98862d5328c6765b992a3a6e1b3458a1d8a.tar.xz ManaVerse-df5cd98862d5328c6765b992a3a6e1b3458a1d8a.zip |
Derive all widgets from Widget2 class.
Diffstat (limited to 'src/gui/widgets/playerbox.cpp')
-rw-r--r-- | src/gui/widgets/playerbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 0fdaa87c3..5156b4bb6 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -37,6 +37,7 @@ PlayerBox::PlayerBox(Being *const being, const std::string &skin) : ScrollArea(), + Widget2(), mBeing(being), mAlpha(1.0), mSkin(nullptr), |