Explorar el Código

Fix FileTree completion in macro context (#829)

Pavel Alexandrov hace 5 años
padre
commit
23bc07474f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      hxd/res/FileTree.hx

+ 2 - 0
hxd/res/FileTree.hx

@@ -1,4 +1,5 @@
 package hxd.res;
+#if macro
 import haxe.macro.Context;
 import haxe.macro.Expr;
 
@@ -375,3 +376,4 @@ class FileTree {
 	}
 
 }
+#end