]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Version number
[wxWidgets.git] / wxPython / src / _window.i
index e0f5229c7d0f724685e8415dc0bc55d9807348a7..5c0cf3a0e1fc9a644a35bf2c5603a3e4a5fb98f7 100644 (file)
@@ -682,8 +682,8 @@ public:
     // set/retrieve the drop target associated with this window (may be
     // NULL; it's owned by the window and will be deleted by it)
     %addtofunc SetDropTarget "args[1].thisown = 0"
-    virtual void SetDropTarget( wxDropTarget *dropTarget );
-    virtual wxDropTarget *GetDropTarget() const;
+    virtual void SetDropTarget( wxPyDropTarget *dropTarget );
+    virtual wxPyDropTarget *GetDropTarget() const;
 
 #ifdef __WXMSW__  // TODO:  should I drop-kick this?
     void DragAcceptFiles(bool accept);