X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..2d14a14c573db4b8f8959b1460a269cf23defbcf:/include/wx/palmos/frame.h?ds=sidebyside diff --git a/include/wx/palmos/frame.h b/include/wx/palmos/frame.h index f21d348438..ed9166a712 100644 --- a/include/wx/palmos/frame.h +++ b/include/wx/palmos/frame.h @@ -12,11 +12,7 @@ #ifndef _WX_FRAME_H_ #define _WX_FRAME_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "frame.h" -#endif - -class WXDLLEXPORT wxFrame : public wxFrameBase +class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase { public: // construction @@ -70,7 +66,7 @@ public: #if wxUSE_MENUS_NATIVE bool HandleMenuOpen(); - bool HandleMenuSelect(EventType* event); + bool HandleMenuSelect(WXEVENTPTR event); #endif // wxUSE_MENUS_NATIVE protected: