]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsgui.cpp
Blind build fix for night wxOS2 build.
[wxWidgets.git] / src / os2 / utilsgui.cpp
index 66647fcd2eb98f964091067fb522d937c66b49ae..e64fc12f9b26533d63c0983e7f5617c17e942d52 100644 (file)
@@ -289,9 +289,7 @@ HCURSOR gs_wxBusyCursorOld = 0;  // old cursor
 static int gs_wxBusyCursorCount = 0;
 
 // Set the cursor to the busy cursor for all windows
-void wxBeginBusyCursor(
-  wxCursor*                         pCursor
-)
+void wxBeginBusyCursor(const wxCursor* pCursor)
 {
     if ( gs_wxBusyCursorCount++ == 0 )
     {