Test wxPropertyGrid macros with wxNO_IMPLICIT_WXSTRING_ENCODING

Verify that these macros produce compilable code.

See #26651.
This commit is contained in:
Vadim Zeitlin
2026-07-01 16:34:39 +02:00
parent aae2d7062c
commit a04dceefea
+4
View File
@@ -428,3 +428,7 @@ TEST_CASE("wxNO_IMPLICIT_WXSTRING_ENCODING", "[string]")
wxPLURAL(L"sing", L"plur", 3);
wxGETTEXT_IN_CONTEXT_PLURAL(L"context", L"sing", L"plur", 3);
}
// Check that wxPropertyGrid macros compile without warnings too.
WX_PG_DECLARE_VARIANT_DATA(wxArrayDouble)
WX_PG_IMPLEMENT_VARIANT_DATA_DUMMY_EQ(wxArrayDouble)