diff --git a/src/tink/macro/Types.hx b/src/tink/macro/Types.hx index da89311..0403044 100644 --- a/src/tink/macro/Types.hx +++ b/src/tink/macro/Types.hx @@ -16,7 +16,7 @@ class Types { static var types = new MapType>(); static var idCounter = 0; - macro static public function getType(id:Int):Type + @:noUsing macro static public function getType(id:Int):Type return types.get(id)(); static public function getID(t:Type, ?reduced = true)