X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..aa0ffd1d926cb1282fb75a1ce0e083421ade2f0b:/include/wx/mac/app.h diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index dff98e0bd5..c82ec80f85 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -156,6 +156,15 @@ public : DECLARE_EVENT_TABLE() }; +class WXDLLEXPORT wxStAppResource +{ +public : + wxStAppResource() ; + ~wxStAppResource() ; +private : + short m_currentRefNum ; +} ; + // TODO: add platform-specific arguments int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);