Skip to content

Commit

Permalink
Add missing field in UclObject struct
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 2, 2024
1 parent 801143b commit 654a2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ucl/lib_ucl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module UCL
ref : LibC::UInt
flags : LibC::UShort
type : LibC::UShort
trash_stack : StaticArray(LibC::UChar*, 2)
end

alias Iterator = Void*
Expand Down

0 comments on commit 654a2f9

Please sign in to comment.