diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-12 21:01:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-12 21:01:40 +0300 |
commit | f08efa8a84347e2d734b4a2580a4faa8613a469b (patch) | |
tree | e7fec0f40343146939b4d64a56ca02a09987c05d /src/gui/widgets/playerbox.h | |
parent | 7faf2a34326d54a0c750a38680de942fb9e5f717 (diff) | |
download | plus-f08efa8a84347e2d734b4a2580a4faa8613a469b.tar.gz plus-f08efa8a84347e2d734b4a2580a4faa8613a469b.tar.bz2 plus-f08efa8a84347e2d734b4a2580a4faa8613a469b.tar.xz plus-f08efa8a84347e2d734b4a2580a4faa8613a469b.zip |
improve playerbox.
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r-- | src/gui/widgets/playerbox.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h index 7368bb2d7..eeb179625 100644 --- a/src/gui/widgets/playerbox.h +++ b/src/gui/widgets/playerbox.h @@ -85,11 +85,10 @@ class PlayerBox final : public Widget2, void setSelected(bool b) { mSelected = b; } - void mouseReleased(gcn::MouseEvent& event); + void mouseReleased(gcn::MouseEvent& event) override; private: - Being *mBeing; /**< The character used for display */ - + Being *mBeing; float mAlpha; ImageRect mBackground; ImageRect mSelectedBackground; |