mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
wxOVERRIDE was already used for the native MSW version, but not the other ones, which prevented this header from compiling cleanly with -Wsuggest-override and so broke allheaders test in these ports. Closes https://github.com/wxWidgets/wxWidgets/pull/2396