Skip to content

Commit

Permalink
Fixes #34.
Browse files Browse the repository at this point in the history
  • Loading branch information
back2dos committed Feb 15, 2020
1 parent cf408ce commit 1d4da3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tink/hxx/Generator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Generator {

args.unshift(
compute(function () {
var attrType = fieldsType.toComplex();
var attrType = fieldsType.toComplex({ direct: true });
return mergeParts(
attributes,
spreads,
Expand Down

0 comments on commit 1d4da3d

Please sign in to comment.