summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/slider.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/slider.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/slider.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/widgets/slider.hpp b/src/guichan/include/guichan/widgets/slider.hpp
index 28c3af0d0..461713a1e 100644
--- a/src/guichan/include/guichan/widgets/slider.hpp
+++ b/src/guichan/include/guichan/widgets/slider.hpp
@@ -47,7 +47,6 @@
#include "guichan/keylistener.hpp"
#include "guichan/mouselistener.hpp"
-#include "guichan/platform.hpp"
#include "guichan/widget.hpp"
namespace gcn
@@ -59,7 +58,7 @@ namespace gcn
* If the selected value is changed an action event will be sent to all
* action listeners of the slider.
*/
- class GCN_CORE_DECLSPEC Slider :
+ class Slider :
public Widget,
public MouseListener,
public KeyListener