X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0728199b911be9095406cf05059a5a180e707778..65d990fb214d0298d17eda7bae6b0dbaa830f62e:/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) // ------------------------------------------------------------------------