X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/879180b655d2f440e55ad094b637f0121b7b4211..d77df9f7d023b026a7bbe995ddd36cfdbe07e3d5:/include/wx/cocoa/app.h diff --git a/include/wx/cocoa/app.h b/include/wx/cocoa/app.h index 326b317d02..bed4a07c7f 100644 --- a/include/wx/cocoa/app.h +++ b/include/wx/cocoa/app.h @@ -15,17 +15,16 @@ typedef struct __CFRunLoopObserver * CFRunLoopObserverRef; typedef const struct __CFString * CFStringRef; -#include "wx/mac/corefoundation/cfref.h" +#include "wx/osx/core/cfref.h" // ======================================================================== // wxApp // ======================================================================== // 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 // ------------------------------------------------------------------------