diff --git a/src/tink/macro/Types.hx b/src/tink/macro/Types.hx index 9868961..0d93ac0 100644 --- a/src/tink/macro/Types.hx +++ b/src/tink/macro/Types.hx @@ -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, }); }