// Name: wx/cocoa/private/timer.h
// Purpose: Cocoa wxTimer class
// Author: Ryan Norton
-// Id: $Id$
// Copyright: (c) Ryan Norton
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
DECLARE_WXCOCOA_OBJC_CLASS(NSTimer);
-class WXDLLEXPORT wxCocoaTimerImpl : public wxTimerImpl
+class WXDLLIMPEXP_CORE wxCocoaTimerImpl : public wxTimerImpl
{
public:
wxCocoaTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { Init(); }