]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/private/timer.h
Changes to template Connect() to make it compile with MSVC7 and possible other
[wxWidgets.git] / include / wx / cocoa / private / timer.h
index accc23910c7c1e56bcd1843e406051d7712563e2..9514691c29a6f629ec9b987d0cdf4cdaecf162f2 100644 (file)
@@ -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(); }