Skip to content

Commit

Permalink
scripts/wrap/classes.py: fixed ordering in fz_rect wrapper constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Jun 15, 2023
1 parent 7eebf74 commit 1d5653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wrap/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,8 @@ def get_or_none( self, name):
'''
:
x0(rhs.x0),
x1(rhs.x1),
y0(rhs.y0),
x1(rhs.x1),
y1(rhs.y1)
{
}
Expand Down

0 comments on commit 1d5653d

Please sign in to comment.