]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/cursor.h
use wxStockCursor (as documented and as already implemented in wxMotif) instead of...
[wxWidgets.git] / include / wx / cocoa / cursor.h
index eb220b9fa7007201e49627197fa2f21466e25b4b..df2c381ca1d00ff1c6e90217e8ad254ca51633a0 100644 (file)
@@ -46,7 +46,7 @@ public:
     wxCursor(const wxString& name, long flags = 0,
              int hotSpotX = 0, int hotSpotY = 0);
 
-    wxCursor(int cursor_type);
+    wxCursor(wxStockCursor cursor_type);
     virtual ~wxCursor();
 
     // FIXME: operator==() is wrong!