X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..9ad7392b6a1bcd63cce8ad7899348f49d3e82a88:/samples/xrc/derivdlg.h diff --git a/samples/xrc/derivdlg.h b/samples/xrc/derivdlg.h index edcf91f525..e04d5555d2 100644 --- a/samples/xrc/derivdlg.h +++ b/samples/xrc/derivdlg.h @@ -45,7 +45,7 @@ public: PreferencesDialog( wxWindow* parent ); // Destructor. - ~PreferencesDialog(); + ~PreferencesDialog(){}; private: @@ -54,7 +54,7 @@ private: // Stuff to do when a "My Checkbox" gets updated // (drawn, or it changes its value) - void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event ); + void OnUpdateUIMyCheckbox( wxUpdateUIEvent &event ); // Override base class functions of a wxDialog. void OnOK( wxCommandEvent &event );