mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Don't reference ms_wxDummy variable which was never defined in the version of WX_DECLARE_TYPEINFO_INLINE() macro used when compiler RTTI support is disabled, as this resulted in link errors. Just remove this variable completely. Closes #26389.