- wxCursor(const wxString& name, const long flags = wxBITMAP_TYPE_CUR_RESOURCE,
- const int hotSpotX = 0, const int hotSpotY = 0);
- wxCursor(const int cursor_type);
+ wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_CUR_RESOURCE,
+ int hotSpotX = 0, int hotSpotY = 0);
+ wxCursor(int cursor_type);