]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/cursor.cpp
use wxStockCursor (as documented and as already implemented in wxMotif) instead of...
[wxWidgets.git] / src / mgl / cursor.cpp
index b43d0b254b3c3c7a7ee199312d0c9f454559eb8d..0f5a9a3811c1a634c3a48737d3f84d067c30493b 100644 (file)
@@ -65,7 +65,7 @@ wxCursor::wxCursor()
 {
 }
 
-wxCursor::wxCursor(int cursorId)
+wxCursor::wxCursor(wxStockCursor cursorId)
 {
     if ( !gs_cursorsHash )
         gs_cursorsHash = new wxCursorsHash;