From: Robin Dunn Date: Fri, 6 Oct 2006 00:52:55 +0000 (+0000) Subject: don't inject constructors X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b7b7742da5ee462d18e4b90e054f95bce48b64f6 don't inject constructors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/aui.i b/wxPython/src/aui.i index 9407d7cf40..be013847c5 100755 --- a/wxPython/src/aui.i +++ b/wxPython/src/aui.i @@ -253,12 +253,10 @@ The following example shows a simple implementation that utilizes } %extend wxDockUIPart { - wxDockUIPart() {} ~wxDockUIPart() {} } %extend wxPaneButton { - wxPaneButton() {} ~wxPaneButton() {} }