X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..f92099657f465d782a8e32444d59f8ebdbdce182:/samples/xrc/derivdlg.h diff --git a/samples/xrc/derivdlg.h b/samples/xrc/derivdlg.h index edcf91f525..904a9dcccd 100644 --- a/samples/xrc/derivdlg.h +++ b/samples/xrc/derivdlg.h @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Name: xmldemo.cpp +// Name: derivdlg.h // Purpose: XML resources sample: A derived dialog // Author: Robert O'Connor (rob@medicalmnemonics.com), Vaclav Slavik // RCS-ID: $Id$ @@ -14,14 +14,6 @@ #ifndef _DERIVDLG_H_ #define _DERIVDLG_H_ -//----------------------------------------------------------------------------- -// GCC interface -//----------------------------------------------------------------------------- - -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "derivdlg.h" -#endif - //----------------------------------------------------------------------------- // Headers //----------------------------------------------------------------------------- @@ -45,7 +37,7 @@ public: PreferencesDialog( wxWindow* parent ); // Destructor. - ~PreferencesDialog(); + ~PreferencesDialog(){}; private: @@ -54,7 +46,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 );