X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/272ebf16f85536aced3277ebd69e0c70eabf8d0a..84f6927eca931441abec9b6d21c0e412841eaab9:/src/os2/timer.cpp 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; }