]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/private/timer.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / cocoa / private / timer.h
index accc23910c7c1e56bcd1843e406051d7712563e2..1dec2cf7fb89db2a929363dc0486392bcbe3b90d 100644 (file)
@@ -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(); }