wxwidgets/include
Blake-Madden dc7e970177 Initialize some wxString structs members in their declarations
This avoids some spurious -Wmaybe_unitialized warning when using
`std::optional<wxString>` with gcc and is also generally better practice
as it ensures that the fields are always initialized correctly.

Closes #23167.
2023-01-29 01:42:08 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Initialize some wxString structs members in their declarations 2023-01-29 01:42:08 +01:00