wxWidgets/include
Vadim Zeitlin 8c5dae9491 Make wxGenericProgressDialog::Resume() virtual
It needs to be overridden in the native MSW wxProgressDialog
implementation, but was only hidden by the function with the same name
in the derived class, making it impossible to call the right function
via the base class pointer, for example.
2017-11-16 01:35:49 +01:00
..
msvc/wx
wx Make wxGenericProgressDialog::Resume() virtual 2017-11-16 01:35:49 +01:00