X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11624aa059855b3a4eb4c2d65eac871d46e0cb23..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/private/timer.h?ds=sidebyside diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index 5178b3cf0f..37da967692 100644 --- a/include/wx/private/timer.h +++ b/include/wx/private/timer.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/private/timerimpl.h +// Name: wx/private/timer.h // Purpose: Base class for wxTimer implementations // Author: Lukasz Michalski // Created: 31.10.2006 @@ -67,7 +67,7 @@ protected: bool m_oneShot; // true if one shot - DECLARE_NO_COPY_CLASS(wxTimerImpl) + wxDECLARE_NO_COPY_CLASS(wxTimerImpl); }; #endif // _WX_TIMERIMPL_H_BASE_