]> git.saurik.com Git - wxWidgets.git/commitdiff
don't inject constructors
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 00:52:55 +0000 (00:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 00:52:55 +0000 (00:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/aui.i

index 9407d7cf40b4996d5b5b0ddcc0647b325d71ea42..be013847c56d3621028112c1a8f6d2a53ec4e827 100755 (executable)
@@ -253,12 +253,10 @@ The following example shows a simple implementation that utilizes
 }
 
 %extend wxDockUIPart {
 }
 
 %extend wxDockUIPart {
-    wxDockUIPart() {}
     ~wxDockUIPart() {}
 }
 
 %extend wxPaneButton {
     ~wxDockUIPart() {}
 }
 
 %extend wxPaneButton {
-    wxPaneButton() {}
     ~wxPaneButton() {}
 }
 
     ~wxPaneButton() {}
 }