More changes needed to fix problems resulting from unnecessary wxCursor changes :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2008-09-25 05:00:52 +00:00
parent 3a571037fe
commit dd021ce2bd
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ public:
int hotSpotX = -1, int hotSpotY = -1,
const char maskBits[] = NULL);
wxCursor(const wxString& name,
long flags = wxBITMAP_TYPE_CUR_RESOURCE,
wxBitmapType flags = wxBITMAP_TYPE_CUR_RESOURCE,
int hotSpotX = 0, int hotSpotY = 0);
wxCursor(wxStockCursor idCursor);
virtual ~wxCursor();