X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/879180b655d2f440e55ad094b637f0121b7b4211..26c66bc6ac1d8be06635ab3bb6831f3de2afbdd3:/include/wx/cocoa/app.h?ds=inline diff --git a/include/wx/cocoa/app.h b/include/wx/cocoa/app.h index 326b317d02..36c8e57805 100644 --- a/include/wx/cocoa/app.h +++ b/include/wx/cocoa/app.h @@ -22,10 +22,9 @@ 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) - DECLARE_EVENT_TABLE() // ------------------------------------------------------------------------ // initialization // ------------------------------------------------------------------------