]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cursor.cpp
Initial implementation of wxWebProtocolHandler and wxWebFileProtocolHandler for the...
[wxWidgets.git] / src / gtk / cursor.cpp
index 73983f1351956e6939b2ce3fb64f83935162f22e..525bccdb7e486b3680947b71d75b5e1daa9ee0e6 100644 (file)
@@ -423,7 +423,7 @@ void wxBeginBusyCursor(const wxCursor* cursor)
     if (gs_busyCount++ > 0)
         return;
 
-    wxASSERT_MSG( !gs_savedCursor.Ok(),
+    wxASSERT_MSG( !gs_savedCursor.IsOk(),
                   wxT("forgot to call wxEndBusyCursor, will leak memory") );
 
     gs_savedCursor = g_globalCursor;