X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05a8bfed08a74e8eeb4f9df97eee818060a9085a..67e2efca87e3d3142ca545d9855748da15eac894:/src/os2/timer.cpp diff --git a/src/os2/timer.cpp b/src/os2/timer.cpp index bd07b4ead0..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::Init() +void wxTimer::Init() { m_ulId = 0; }