Skip to content

Commit

Permalink
fixed schema generator for Haxe nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Nov 29, 2024
1 parent 23b0ec3 commit 376048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/ObjectDeclField.hx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ typedef ObjectDeclField = {
var expr:Expr;
}
#else
typedef ObjectDeclField = haxe.macro.ObjectField;
typedef ObjectDeclField = haxe.macro.Expr.ObjectField;
#end
#end

0 comments on commit 376048e

Please sign in to comment.