Use correct name for alternate constructor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-01-23 22:48:15 +00:00
parent 2dbef2723c
commit 6ab5b2e6e0
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#ifndef BUILDING_RENAMERS
%rename(GLContext) wxGLContext;
%rename(GLCanvasWithContext) wxGLCanvasWithContext;
%rename(GLCanvas) wxGLCanvas;
#endif

View File

@ -125,7 +125,7 @@ public:
const wxPalette& palette = wxNullPalette);
%addtofunc wxGLCanvas "val._setOORInfo(val)"
%name(wxGLCanvasWithContext)
%name(GLCanvasWithContext)
wxGLCanvas( wxWindow *parent,
const wxGLContext *shared = NULL,
wxWindowID id = -1,