wxWidgets/interface
Vadim Zeitlin 1a4f628e40 Make radio button navigation functions const
This requires adding a couple of const_cast<>s in their implementation
in order to still allow them returning non-const wxRadioButton pointers,
but this seems preferable to not being able to call them on a const
wxRadioButton in the first place.
2020-09-21 15:36:41 +02:00
..
wx Make radio button navigation functions const 2020-09-21 15:36:41 +02:00
check_syntax.sh