X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..87419e97c6f15a9906de69690e7ba59ec0ffd119:/samples/xrc/myframe.h diff --git a/samples/xrc/myframe.h b/samples/xrc/myframe.h index eb5b2540e0..4ed521d9d4 100644 --- a/samples/xrc/myframe.h +++ b/samples/xrc/myframe.h @@ -14,14 +14,6 @@ #ifndef _MYFRAME_H_ #define _MYFRAME_H_ -//----------------------------------------------------------------------------- -// GCC interface -//----------------------------------------------------------------------------- - -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "myframe.h" -#endif - //----------------------------------------------------------------------------- // Headers //----------------------------------------------------------------------------- @@ -44,6 +36,8 @@ public: private: // Event handlers (these functions should _not_ be virtual) + void OnUnloadResourceMenuCommand(wxCommandEvent& event); + void OnReloadResourceMenuCommand(wxCommandEvent& event); void OnExitToolOrMenuCommand(wxCommandEvent& event); void OnAboutToolOrMenuCommand(wxCommandEvent& event); void OnNonDerivedDialogToolOrMenuCommand(wxCommandEvent& event);