From 3c402baf23b74547d109c7668e0bdc33c7e40689 Mon Sep 17 00:00:00 2001 From: shallowmallow Date: Mon, 16 Sep 2024 21:06:14 +0200 Subject: [PATCH] wxWidgetsVersion bigger or equal --- src/wx/widgets/PGPropertyValuesFlags.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/widgets/PGPropertyValuesFlags.hx b/src/wx/widgets/PGPropertyValuesFlags.hx index cc5f49d6..58204104 100644 --- a/src/wx/widgets/PGPropertyValuesFlags.hx +++ b/src/wx/widgets/PGPropertyValuesFlags.hx @@ -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) {