]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dnd.i
More packager scripts updates. The RPMs will now install icons and
[wxWidgets.git] / wxPython / src / _dnd.i
index 20d64d671bbcf6b85a8a6bc3c6c7ec6c78e41cea..4e59285844a28d551dfe2633fed9b83e0478b364 100644 (file)
@@ -58,12 +58,12 @@ IMP_PYCALLBACK_BOOL_DR(wxPyDropSource, wxDropSource, GiveFeedback);
 %name(DropSource) class wxPyDropSource {
 public:
 #ifndef __WXGTK__
-     wxPyDropSource(wxWindow *win = NULL,
+     wxPyDropSource(wxWindow *win,
                     const wxCursor &copy = wxNullCursor,
                     const wxCursor &move = wxNullCursor,
                     const wxCursor &none = wxNullCursor);
 #else
-    wxPyDropSource(wxWindow *win = NULL,
+    wxPyDropSource(wxWindow *win,
                    const wxIcon& copy = wxNullIcon,
                    const wxIcon& move = wxNullIcon,
                    const wxIcon& none = wxNullIcon);