diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index c33a2a8432..2ceef167cb 100644 --- a/include/wx/private/timer.h +++ b/include/wx/private/timer.h @@ -68,6 +68,6 @@ protected: DECLARE_NO_COPY_CLASS(wxTimerImpl); -}; +} #endif // _WX_TIMERIMPL_H_BASE_ diff --git a/src/msw/app.cpp b/src/msw/app.cpp index beecee9e62..73c1967327 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -270,7 +270,7 @@ wxTimerImpl * wxGUIAppTraits::CreateTimerImpl(wxTimer *timer) { return new wxMSWTimerImpl(timer); -}; +} // =========================================================================== // wxApp implementation