From 11624aa059855b3a4eb4c2d65eac871d46e0cb23 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Apr 2007 14:58:46 +0000 Subject: [PATCH] oops, restored wrongly removed semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/private/timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index 2ceef167cb..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_ -- 2.45.2