X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d262fdda884bb109d1f4860ad88e915678e1219..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/private/timer.h?ds=sidebyside diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index 2ceef167cb..5f4ce0d511 100644 --- a/include/wx/private/timer.h +++ b/include/wx/private/timer.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/private/timerimpl.h +// Name: wx/private/timer.h // Purpose: Base class for wxTimer implementations // Author: Lukasz Michalski // Created: 31.10.2006 -// RCS-ID: $Id$ // Copyright: (c) 2006-2007 wxWidgets dev team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -67,7 +66,7 @@ protected: bool m_oneShot; // true if one shot - DECLARE_NO_COPY_CLASS(wxTimerImpl); -} + wxDECLARE_NO_COPY_CLASS(wxTimerImpl); +}; #endif // _WX_TIMERIMPL_H_BASE_