]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/cursor.cpp
Add some version checks to help compiling on OSX.
[wxWidgets.git] / src / msw / cursor.cpp
index bfa5771d24376db14d670c0a33870775bcd0aa91..74f57dcf522861937a8244f41133c42830f50b8c 100644 (file)
@@ -391,7 +391,7 @@ const wxCursor *wxGetGlobalCursor()
 
 void wxSetCursor(const wxCursor& cursor)
 {
-    if ( cursor.Ok() )
+    if ( cursor.IsOk() )
     {
         ::SetCursor(GetHcursorOf(cursor));