dmuratshin 9 年之前
父节点
当前提交
a5f1e50bab
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      oxygine/src/ThreadLoader.h

+ 2 - 1
oxygine/src/ThreadLoader.h

@@ -4,6 +4,7 @@
 #include "pthread.h"
 #include "core/ThreadDispatcher.h"
 #include <functional>
+#include "Event.h"
 
 namespace oxygine
 {
@@ -16,7 +17,7 @@ namespace oxygine
     public:
         enum
         {
-            COMPLETE = sysEventID('T', 'L', 'C'),
+            COMPLETE = Event::COMPLETE,
         };
 
         ThreadLoader();