Explorar o código

fix with haxe/git

ncannasse %!s(int64=10) %!d(string=hai) anos
pai
achega
9ef1e56b96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hxd/res/EmbedFileSystem.hx

+ 1 - 1
hxd/res/EmbedFileSystem.hx

@@ -266,7 +266,7 @@ class EmbedFileSystem #if !macro implements FileSystem #end {
 			expr : haxe.macro.Expr.ExprDef.EBlock([for( t in data.types ) haxe.macro.MacroStringTools.toFieldExpr(t.split("."))]),
 			pos : haxe.macro.Context.currentPos(),
 		};
-		return macro { $types; @:privateFields new hxd.res.EmbedFileSystem(haxe.Unserializer.run($v { sdata } )); };
+		return macro { $types; @:privateAccess new hxd.res.EmbedFileSystem(haxe.Unserializer.run($v { sdata } )); };
 	}
 
 }