]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/cursor.mm
Include wx/hash.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / cocoa / cursor.mm
index 14499cfff595c56e4ec3aaf38d0ff3ce12e11e16..347587794f1456ef7c1e3325b0adb256afe7e200 100644 (file)
@@ -424,7 +424,7 @@ void wxSetCursor(const wxCursor& cursor)
 static int wxBusyCursorCount = 0;
 
 // Set the cursor to the busy cursor for all windows
-void wxBeginBusyCursor(wxCursor *cursor)
+void wxBeginBusyCursor(const wxCursor *cursor)
 {
   wxBusyCursorCount ++;
   if (wxBusyCursorCount == 1)