From: Robin Dunn Date: Thu, 26 Feb 2004 19:37:41 +0000 (+0000) Subject: Fixed PyDropTarget rename X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d7466b1d18ffdacd8f0c9a6a281254504a16aef3 Fixed PyDropTarget rename git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 16ee858096..5bf1501ace 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -237,7 +237,7 @@ FORWARD_DECLARE(wxColour, Colour); FORWARD_DECLARE(wxFont, Font); FORWARD_DECLARE(wxCaret, Caret); FORWARD_DECLARE(wxToolTip, ToolTip); -FORWARD_DECLARE(wxPyDropTarget, PyDropTarget); +FORWARD_DECLARE(wxPyDropTarget, DropTarget); FORWARD_DECLARE(wxImageList, ImageList); FORWARD_DECLARE(wxMemoryDC, MemoryDC); FORWARD_DECLARE(wxHtmlTagHandler, HtmlTagHandler);