X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/cocoa/private/timer.h diff --git a/include/wx/cocoa/private/timer.h b/include/wx/cocoa/private/timer.h index accc23910c..1dec2cf7fb 100644 --- a/include/wx/cocoa/private/timer.h +++ b/include/wx/cocoa/private/timer.h @@ -2,7 +2,6 @@ // Name: wx/cocoa/private/timer.h // Purpose: Cocoa wxTimer class // Author: Ryan Norton -// Id: $Id$ // Copyright: (c) Ryan Norton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -20,7 +19,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSTimer); -class WXDLLEXPORT wxCocoaTimerImpl : public wxTimerImpl +class WXDLLIMPEXP_CORE wxCocoaTimerImpl : public wxTimerImpl { public: wxCocoaTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { Init(); }