X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d262fdda884bb109d1f4860ad88e915678e1219..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/private/timer.h diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index 2ceef167cb..ffc2758a72 100644 --- a/include/wx/private/timer.h +++ b/include/wx/private/timer.h @@ -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_