oops, restored wrongly removed semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-21 14:58:46 +00:00
parent 5d262fdda8
commit 11624aa059

View File

@@ -67,7 +67,7 @@ protected:
bool m_oneShot; // true if one shot bool m_oneShot; // true if one shot
DECLARE_NO_COPY_CLASS(wxTimerImpl); DECLARE_NO_COPY_CLASS(wxTimerImpl)
} };
#endif // _WX_TIMERIMPL_H_BASE_ #endif // _WX_TIMERIMPL_H_BASE_