mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Fix compiling/linking on Linux.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user