Fix compiling/linking on Linux.

This commit is contained in:
Lymia Aluysia
2017-01-18 06:35:38 -06:00
parent 8f7cc53d5b
commit 241f19c865
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
// ----------------------------------------------------------------------------- : Events
/// Event that indicates the size of a CardViewer has changed
DECLARE_EVENT_TYPE(EVENT_SIZE_CHANGE, <not used>)
DECLARE_LOCAL_EVENT_TYPE(EVENT_SIZE_CHANGE, <not used>)
/// Handle EVENT_SIZE_CHANGE events
#define EVT_SIZE_CHANGE(id, handler) EVT_COMMAND(id, EVENT_SIZE_CHANGE, handler)