Skip to content

Commit 4763e16

Browse files
authored
Merge pull request #114 from Shallowmallow/PropertyFixFix
wxWidgetsVersion bigger or equal
2 parents 81679cd + 3c402ba commit 4763e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wx/widgets/PGPropertyValuesFlags.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package wx.widgets;
22

3-
#if (wxWidgetsVersion > version("3.3.0"))
3+
#if (wxWidgetsVersion >= version("3.3.0"))
44

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

0 commit comments

Comments
 (0)