diff options
Diffstat (limited to 'src/guichan/include/guichan/widgets/radiobutton.hpp')
-rw-r--r-- | src/guichan/include/guichan/widgets/radiobutton.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/widgets/radiobutton.hpp b/src/guichan/include/guichan/widgets/radiobutton.hpp index 32ec1fdbf..f40e43066 100644 --- a/src/guichan/include/guichan/widgets/radiobutton.hpp +++ b/src/guichan/include/guichan/widgets/radiobutton.hpp @@ -50,7 +50,6 @@ #include "guichan/keylistener.hpp" #include "guichan/mouselistener.hpp" -#include "guichan/platform.hpp" #include "guichan/widget.hpp" namespace gcn @@ -65,7 +64,7 @@ namespace gcn * If a radio button's state changes an action event will be sent to all action * listeners of the check box. */ - class GCN_CORE_DECLSPEC RadioButton : + class RadioButton : public Widget, public MouseListener, public KeyListener |