Skip to content

Commit

Permalink
Fix Context import in TypeHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeRanDev committed Oct 20, 2023
1 parent de6355b commit 7ae0446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reflaxe/helpers/TypeHelper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package reflaxe.helpers;

#if (macro || reflaxe_runtime)

import haxe.macro.Context;
import reflaxe.helpers.Context;
import haxe.macro.Type;

using reflaxe.helpers.BaseTypeHelper;
Expand Down

0 comments on commit 7ae0446

Please sign in to comment.