summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/selectionevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/selectionevent.hpp')
-rw-r--r--src/guichan/include/guichan/selectionevent.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/selectionevent.hpp b/src/guichan/include/guichan/selectionevent.hpp
index 53efc93f5..fc6c2050b 100644
--- a/src/guichan/include/guichan/selectionevent.hpp
+++ b/src/guichan/include/guichan/selectionevent.hpp
@@ -48,6 +48,8 @@
#include "guichan/event.hpp"
#include "guichan/platform.hpp"
+#include "localconsts.h"
+
namespace gcn
{
class Widget;
@@ -58,7 +60,7 @@ namespace gcn
* @author Olof Naessén
* @since 0.8.0
*/
- class GCN_CORE_DECLSPEC SelectionEvent: public Event
+ class GCN_CORE_DECLSPEC SelectionEvent final: public Event
{
public: