]> git.saurik.com Git - wxWidgets.git/commitdiff
Use correct name for alternate constructor
authorRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 22:48:15 +0000 (22:48 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 22:48:15 +0000 (22:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/glcanvas/_glcanvas_rename.i
wxPython/contrib/glcanvas/glcanvas.i

index dad27cf25bb0ee1b099981e164efcd33f995c41e..2dbc42a49e935a3e838763ec8e80ea1eafa0acc4 100644 (file)
@@ -4,7 +4,6 @@
 #ifndef BUILDING_RENAMERS
 
 %rename(GLContext)                          wxGLContext;
-%rename(GLCanvasWithContext)                wxGLCanvasWithContext;
 %rename(GLCanvas)                           wxGLCanvas;
 
 #endif
index 43fb6b8c57ea95a35400aa64009f2a31c2a1f342..197387eba8b89e5595a962f55d37f38e34487c5c 100644 (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,