]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/cursor.cpp
adapting to new event version
[wxWidgets.git] / src / gtk1 / cursor.cpp
index 50a08c7f90582d7313da8ae21beeb3e82217126a..4e76f07153edda6402d283d2062f4d394f49a282 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk1/cursor.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -374,7 +373,7 @@ void wxBeginBusyCursor( const wxCursor *WXUNUSED(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;