Skip to content

Commit

Permalink
Merge pull request #114 from Shallowmallow/PropertyFixFix
Browse files Browse the repository at this point in the history
wxWidgetsVersion bigger or equal
  • Loading branch information
ianharrigan authored Sep 16, 2024
2 parents 81679cd + 3c402ba commit 4763e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wx/widgets/PGPropertyValuesFlags.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package wx.widgets;

#if (wxWidgetsVersion > version("3.3.0"))
#if (wxWidgetsVersion >= version("3.3.0"))

@:include("wx/propgrid/propgriddefs.h")
extern enum abstract PGPropertyValuesFlags(PGPropertyValuesFlagsImpl) {
Expand Down

0 comments on commit 4763e16

Please # to comment.