X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0728199b911be9095406cf05059a5a180e707778..42124e683da03a7a7463ad9e37d15fda575348af:/include/wx/cocoa/app.h diff --git a/include/wx/cocoa/app.h b/include/wx/cocoa/app.h index 50900b4f18..36c8e57805 100644 --- a/include/wx/cocoa/app.h +++ b/include/wx/cocoa/app.h @@ -22,7 +22,7 @@ typedef const struct __CFString * CFStringRef; // ======================================================================== // Represents the application. Derive OnInit and declare // a new App object to start application -class WXDLLEXPORT wxApp: public wxAppBase +class WXDLLIMPEXP_CORE wxApp: public wxAppBase { DECLARE_DYNAMIC_CLASS(wxApp) // ------------------------------------------------------------------------