X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05a8bfed08a74e8eeb4f9df97eee818060a9085a..a308135449c51cbf067c128c9b61354ca7f899c9:/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; }