From: Robin Dunn Date: Wed, 25 Feb 2004 01:39:25 +0000 (+0000) Subject: Oops! X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1cee36ad05c07edbebd028c9d11beb9efcc6478c Oops! git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_cursor.i b/wxPython/src/_cursor.i index e401bb2e54..7c4acbd0a2 100644 --- a/wxPython/src/_cursor.i +++ b/wxPython/src/_cursor.i @@ -79,7 +79,7 @@ public: wxCHECK_MSG(False, NULL, wxT("wx.Cursor constructor not implemented for wxGTK, use wx.StockCursor, wx.CursorFromImage, or wx.CursorFromBits instead.")); %#else - return new wxCursor(*cursorName, flags, hotSpotX, hotSpotY); + return new wxCursor(*cursorName, type, hotSpotX, hotSpotY); %#endif } }