From e30fff4996665f371fc712c7a6b19a9ed512d623 Mon Sep 17 00:00:00 2001 From: back2dos Date: Thu, 1 Aug 2013 15:48:46 +0200 Subject: [PATCH] Use proper path. --- src/tink/macro/Types.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); }