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:
parent
2dbef2723c
commit
6ab5b2e6e0
@ -4,7 +4,6 @@
|
||||
#ifndef BUILDING_RENAMERS
|
||||
|
||||
%rename(GLContext) wxGLContext;
|
||||
%rename(GLCanvasWithContext) wxGLCanvasWithContext;
|
||||
%rename(GLCanvas) wxGLCanvas;
|
||||
|
||||
#endif
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user