diff options
Diffstat (limited to 'src/guichan/include/guichan/selectionevent.hpp')
-rw-r--r-- | src/guichan/include/guichan/selectionevent.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/selectionevent.hpp b/src/guichan/include/guichan/selectionevent.hpp index 5880be79e..e2cad0528 100644 --- a/src/guichan/include/guichan/selectionevent.hpp +++ b/src/guichan/include/guichan/selectionevent.hpp @@ -46,7 +46,6 @@ #define GCN_SELECTIONEVENT_HPP #include "guichan/event.hpp" -#include "guichan/platform.hpp" #include "localconsts.h" @@ -60,7 +59,7 @@ namespace gcn * @author Olof Naessén * @since 0.8.0 */ - class GCN_CORE_DECLSPEC SelectionEvent final: public Event + class SelectionEvent final: public Event { public: /** |