From 3f847dc245299ce879d676308e7aee0c4d61d9ab Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Aug 2006 17:44:23 +0000 Subject: [PATCH 1/1] Don't confuse SWIG with static and non-static methods of the same name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_control.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index adf3b06174..8e53cee9db 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -72,9 +72,9 @@ __init__ as a plain old wx.Control is not very useful.", ""); "Get the control alignment (left/right/centre, top/bottom/centre)", ""); - DocDeclStr( - static wxString , GetLabelText(const wxString& label), - "Get the string without mnemonic characters ('&')", ""); +// DocDeclStr( +// static wxString , GetLabelText(const wxString& label), +// "Get the string without mnemonic characters ('&')", ""); DocDeclStr( -- 2.45.2