projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes to client area origin handling
[wxWidgets.git]
/
src
/
os2
/
timer.cpp
diff --git
a/src/os2/timer.cpp
b/src/os2/timer.cpp
index bd07b4ead059a41d6376bdc741e56fc4b54cf0f9..d3c2fdff27053130fc9987a39035401d5afd2f9c 100644
(file)
--- 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;
}