X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..d4f392ea20e048c68626a14181cbf78c8baff3a5:/include/wx/msw/cursor.h diff --git a/include/wx/msw/cursor.h b/include/wx/msw/cursor.h index 2249736838..559390b92e 100644 --- a/include/wx/msw/cursor.h +++ b/include/wx/msw/cursor.h @@ -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