X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..e4c903b2ea42fe104ef50d0ea6028f14d8309dfa:/include/wx/cocoa/private/timer.h?ds=sidebyside diff --git a/include/wx/cocoa/private/timer.h b/include/wx/cocoa/private/timer.h index accc23910c..9514691c29 100644 --- a/include/wx/cocoa/private/timer.h +++ b/include/wx/cocoa/private/timer.h @@ -20,7 +20,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSTimer); -class WXDLLEXPORT wxCocoaTimerImpl : public wxTimerImpl +class WXDLLIMPEXP_CORE wxCocoaTimerImpl : public wxTimerImpl { public: wxCocoaTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { Init(); }