removed extraneous semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
829a2e9521
commit
5d262fdda8
@ -68,6 +68,6 @@ protected:
|
||||
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxTimerImpl);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // _WX_TIMERIMPL_H_BASE_
|
||||
|
@ -270,7 +270,7 @@ wxTimerImpl *
|
||||
wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
|
||||
{
|
||||
return new wxMSWTimerImpl(timer);
|
||||
};
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
// wxApp implementation
|
||||
|
Loading…
Reference in New Issue
Block a user