Files
wxWidgets/samples/widgets
PB 0f8ab824a3 Fix using const char* and wxString in ternary operator
Using a const char* and a wxString in the two branches of the ternary
operator resulted in compile-time errors since the result type of the
conditional expression was ambiguous, so add explicit conversions to fix
it.

Closes https://github.com/wxWidgets/wxWidgets/pull/2634

See #19355.
2022-01-03 21:20:23 +01:00
..
2021-09-07 19:23:31 +02:00
2021-12-17 21:29:49 +01:00
2020-05-02 17:02:36 +02:00
2021-09-07 19:23:31 +02:00