]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/utils.h
even more interface fixes
[wxWidgets.git] / interface / wx / utils.h
index e15454fc62f5b8081c04c14cf1a096df2739978e..1254434a7b0395bd66056a8a3008728f07cf39c4 100644 (file)
@@ -78,7 +78,7 @@ public:
     /**
         Constructs a busy cursor object, calling wxBeginBusyCursor().
     */
-    wxBusyCursor(wxCursor* cursor = wxHOURGLASS_CURSOR);
+    wxBusyCursor(const wxCursor* cursor = wxHOURGLASS_CURSOR);
 
     /**
         Destroys the busy cursor object, calling wxEndBusyCursor().