mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Fix compiling/linking on Linux.
This commit is contained in:
@@ -22,7 +22,7 @@ DECLARE_POINTER_TYPE(Graph);
|
||||
// ----------------------------------------------------------------------------- : Events
|
||||
|
||||
/// Event that indicates the a subset is selected/deselected in a graph
|
||||
DECLARE_EVENT_TYPE(EVENT_GRAPH_SELECT, <not used>)
|
||||
DECLARE_LOCAL_EVENT_TYPE(EVENT_GRAPH_SELECT, <not used>)
|
||||
/// Handle EVENT_GRAPH_SELECT events
|
||||
#define EVT_GRAPH_SELECT(id, handler) EVT_COMMAND(id, EVENT_GRAPH_SELECT, handler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user