]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/timer.cpp
Use the size value passed to the ctor to set the window's minimum size.
[wxWidgets.git] / src / os2 / timer.cpp
index f102ace512ef8a7204c1a899deb05958f20751ae..e01bedb5523cf5b3390fe8c4c8f23b83c50b0e90 100644 (file)
@@ -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;
 }