Updates to Timer class and a couple of wxDC methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,7 +44,7 @@ ULONG wxTimerProc(HWND hwnd, ULONG, int nIdTimer, ULONG);
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)
|
||||
|
||||
wxTimer::wxTimer()
|
||||
wxTimer::Init()
|
||||
{
|
||||
m_ulId = 0;
|
||||
}
|
||||
@@ -52,7 +52,7 @@ wxTimer::wxTimer()
|
||||
wxTimer::~wxTimer()
|
||||
{
|
||||
Stop();
|
||||
|
||||
wxTimer::Stop();
|
||||
wxTimerList.DeleteObject(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user