]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/private/timer.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / motif / private / timer.h
index b717a324027a2eba6c9bc9ecb900b8af37591946..65a60f88c11df8ebb4b67f9bc3d00c8b768a8e8d 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxTimer class
 // Author:      Julian Smart
 // Created:     17/09/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -13,7 +12,7 @@
 
 #include "wx/private/timer.h"
 
-class WXDLLEXPORT wxMotifTimerImpl : public wxTimerImpl
+class WXDLLIMPEXP_CORE wxMotifTimerImpl : public wxTimerImpl
 {
 public:
     wxMotifTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { m_id = 0; }