X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0728199b911be9095406cf05059a5a180e707778..a721fd82b7ca8c97048453d4aaff559e8f741d69:/include/wx/cocoa/app.h diff --git a/include/wx/cocoa/app.h b/include/wx/cocoa/app.h index 50900b4f18..bed4a07c7f 100644 --- a/include/wx/cocoa/app.h +++ b/include/wx/cocoa/app.h @@ -15,14 +15,14 @@ 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) // ------------------------------------------------------------------------