From c8b7b40cd7b11e47a71c09398edf1cc36cc210a3 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 25 Aug 2019 15:54:50 +0200 Subject: [PATCH] wxwidgets.cfg: Improved support for wxString member functions. --- cfg/wxwidgets.cfg | 8 ++++++++ test/cfg/wxwidgets.cpp | 1 + 2 files changed, 9 insertions(+) diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index 290998e3c..8f34e49ad 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -4471,6 +4471,7 @@ + @@ -4482,9 +4483,16 @@ + + + + + + + diff --git a/test/cfg/wxwidgets.cpp b/test/cfg/wxwidgets.cpp index 754d455bf..a84833183 100644 --- a/test/cfg/wxwidgets.cpp +++ b/test/cfg/wxwidgets.cpp @@ -7,6 +7,7 @@ // No warnings about bad library configuration, unmatched suppressions, etc. exitcode=0 // +#include #include #include #include