projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxX11 compilation fixes.
[wxWidgets.git]
/
src
/
os2
/
timer.cpp
diff --git
a/src/os2/timer.cpp
b/src/os2/timer.cpp
index f102ace512ef8a7204c1a899deb05958f20751ae..e01bedb5523cf5b3390fe8c4c8f23b83c50b0e90 100644
(file)
--- a/
src/os2/timer.cpp
+++ b/
src/os2/timer.cpp
@@
-169,7
+169,7
@@
ULONG wxTimerProc(
wxCHECK_MSG(pNode, 0, wxT("bogus timer id in wxTimerProc") );
if (pNode)
- wxProcessTimer(*(wxTimer *)pNode->Data());
+ wxProcessTimer(*(wxTimer *)pNode->
Get
Data());
return 0;
}