X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/palmos/frame.h 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: