Use proper path.
This commit is contained in:
@@ -214,7 +214,7 @@ class Types {
|
|||||||
TPath({
|
TPath({
|
||||||
pack : ['haxe','macro'],
|
pack : ['haxe','macro'],
|
||||||
name : 'MacroType',
|
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,
|
sub : null,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user