From 1f3e49037097d1bb686735f01050fa558c659c8f Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sat, 6 Apr 2024 13:46:54 +0200 Subject: [PATCH] wxwidgets.cfg: Added missing const attributes --- cfg/wxwidgets.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index cefcb5cf914..006c8f7f297 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -5411,20 +5411,22 @@ - + false + - + false + This is the same as 'wxString::IsEmpty' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code.