X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..d49be4203e5ac67b0208a43e56b2e1a2ee26aee2:/src/palmos/utilsgui.cpp?ds=sidebyside diff --git a/src/palmos/utilsgui.cpp b/src/palmos/utilsgui.cpp index eaab8f03b1..29aba3dd83 100644 --- a/src/palmos/utilsgui.cpp +++ b/src/palmos/utilsgui.cpp @@ -88,7 +88,7 @@ bool wxGetResource(const wxString& section, const wxString& entry, int *value, c static int gs_wxBusyCursorCount = 0; // Set the cursor to the busy cursor for all windows -void wxBeginBusyCursor(wxCursor *cursor) +void wxBeginBusyCursor(const wxCursor *cursor) { }