]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/scrtimer.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / univ / scrtimer.h
index 7e4e8bdd05cdc803babfa2768b2955e3bd2c745d..3d3f059dc56aac72b2e63d404fc053fffcb0eab4 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     18.02.01
-// RCS-ID:      $Id$
 // Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // NB: this class is implemented in scrolbar.cpp
 
+#include "wx/defs.h"
+
+#if wxUSE_TIMER
+
 #include "wx/timer.h"
 
 // ----------------------------------------------------------------------------
@@ -21,7 +24,7 @@
 // pressed
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxScrollTimer : public wxTimer
+class WXDLLIMPEXP_CORE wxScrollTimer : public wxTimer
 {
 public:
     // default ctor
@@ -42,4 +45,6 @@ protected:
     bool m_skipNext;
 };
 
+#endif // wxUSE_TIMER
+
 #endif // _WX_UNIV_SCRTIMER_H