]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
use wxStockCursor (as documented and as already implemented in wxMotif) instead of...
[wxWidgets.git] / include / wx / msw / cursor.h
index 224973683824f94ace7bf28b25415e04aaf96f52..559390b92edfe710bba4eb34435b24d76d2d58b5 100644 (file)
@@ -29,7 +29,7 @@ public:
     wxCursor(const wxString& name,
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
-    wxCursor(int idCursor);
+    wxCursor(wxStockCursor idCursor);
     virtual ~wxCursor();
 
     // implementation only