diff options
Diffstat (limited to 'src/gui/radiobutton.h')
-rw-r--r-- | src/gui/radiobutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/radiobutton.h b/src/gui/radiobutton.h index dcd62802..3d952b3f 100644 --- a/src/gui/radiobutton.h +++ b/src/gui/radiobutton.h @@ -24,14 +24,13 @@ #include <guichan/widgets/radiobutton.hpp> -#include "../guichanfwd.h" - class Image; /* * Guichan based RadioButton with custom look */ -class RadioButton : public gcn::RadioButton { +class RadioButton : public gcn::RadioButton +{ public: /* * Constructor. @@ -57,6 +56,7 @@ class RadioButton : public gcn::RadioButton { private: static int instances; + static float mAlpha; static Image *radioNormal; static Image *radioChecked; static Image *radioDisabled; |