Explorar o código

Fix FileTree completion in macro context (#829)

Pavel Alexandrov %!s(int64=5) %!d(string=hai) anos
pai
achega
23bc07474f
Modificáronse 1 ficheiros con 2 adicións e 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