]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cursor.i
Fixed PyDropTarget rename
[wxWidgets.git] / wxPython / src / _cursor.i
index e401bb2e5487291cf4eec40d1c318a79374b6fb9..7c4acbd0a2943f062a696dcd56238ab015cae3da 100644 (file)
@@ -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
             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
         }
     }
 %#endif
         }
     }