]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
We surely don't need two debugging sections,
[wxWidgets.git] / include / wx / timer.h
index 2c030fbd07e640dde65ecd53a1c1cb428ccfff72..d6fcce73d0847a5a198f43db258f469b2b045e3d 100644 (file)
@@ -103,6 +103,8 @@ protected:
 
     int     m_milli;        // the timer interval
     bool    m_oneShot;      // TRUE if one shot
+
+    DECLARE_NO_COPY_CLASS(wxTimerBase)
 };
 
 // ----------------------------------------------------------------------------
@@ -121,8 +123,6 @@ protected:
     #include "wx/mac/timer.h"
 #elif defined(__WXPM__)
     #include "wx/os2/timer.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/timer.h"
 #endif
 
 // ----------------------------------------------------------------------------