X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..2adaf5969faf352d740f267b1a4ef79a2cf75980:/src/os2/timer.cpp diff --git a/src/os2/timer.cpp b/src/os2/timer.cpp index 05784150e4..d3c2fdff27 100644 --- a/src/os2/timer.cpp +++ b/src/os2/timer.cpp @@ -44,7 +44,7 @@ ULONG wxTimerProc(HWND hwnd, ULONG, int nIdTimer, ULONG); IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject) -wxTimer::wxTimer() +void wxTimer::Init() { m_ulId = 0; } @@ -52,7 +52,7 @@ wxTimer::wxTimer() wxTimer::~wxTimer() { Stop(); - + wxTimer::Stop(); wxTimerList.DeleteObject(this); }