Use proper path.

This commit is contained in:
back2dos
2013-08-01 15:48:46 +02:00
parent f31905bbb1
commit e30fff4996

View File

@@ -214,7 +214,7 @@ class Types {
TPath({
pack : ['haxe','macro'],
name : 'MacroType',
params : [TPExpr('tink.macro.tools.TypeTools.getType'.resolve().call([register(f).toExpr()]))],
params : [TPExpr('tink.macro.Types.getType'.resolve().call([register(f).toExpr()]))],
sub : null,
});
}