X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..2fda2145700445519a0ce539b04dc72bae180124:/include/wx/timer.h diff --git a/include/wx/timer.h b/include/wx/timer.h index 2c030fbd07..d6fcce73d0 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -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 // ----------------------------------------------------------------------------