X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/272ebf16f85536aced3277ebd69e0c70eabf8d0a..f8df60f2b23b32e8cf850b17a2e66ec476effe08:/src/os2/timer.cpp?ds=inline diff --git a/src/os2/timer.cpp b/src/os2/timer.cpp index f102ace512..e01bedb552 100644 --- 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->GetData()); return 0; }