X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..f35f85a99ceec7ec92b68c84c843b226793107e1:/include/wx/private/timer.h diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index c33a2a8432..5178b3cf0f 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); + DECLARE_NO_COPY_CLASS(wxTimerImpl) }; #endif // _WX_TIMERIMPL_H_BASE_