X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..3a571037fe22221a1d46133c2c0889eed87e9194:/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