X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925e9792d32e353233985f53a4845f154e455a58..df8c364bf488d99d6b0c305898a5289fe20a393b:/samples/xrc/derivdlg.h diff --git a/samples/xrc/derivdlg.h b/samples/xrc/derivdlg.h index 63df8e8244..e198fb1d9c 100644 --- a/samples/xrc/derivdlg.h +++ b/samples/xrc/derivdlg.h @@ -14,14 +14,6 @@ #ifndef _DERIVDLG_H_ #define _DERIVDLG_H_ -//----------------------------------------------------------------------------- -// GCC interface -//----------------------------------------------------------------------------- - -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "derivdlg.h" -#endif - //----------------------------------------------------------------------------- // Headers //----------------------------------------------------------------------------- @@ -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 );