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
@@ -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)