]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/_glcanvas_rename.i
Some ifdef's to correct compile problems on wxMac
[wxWidgets.git] / wxPython / contrib / glcanvas / _glcanvas_rename.i
index dbe9d6e6883d4a3eb728c6f2b3ddd2c3d5fcbdcf..2dbc42a49e935a3e838763ec8e80ea1eafa0acc4 100644 (file)
@@ -1,10 +1,9 @@
 // A bunch of %rename directives generated by ./distrib/build_renamers.py
 // in order to remove the wx prefix from all global scope names.
 
-#ifndef SWIGXML
+#ifndef BUILDING_RENAMERS
 
 %rename(GLContext)                          wxGLContext;
-%rename(GLCanvasWithContext)                wxGLCanvasWithContext;
 %rename(GLCanvas)                           wxGLCanvas;
 
 #endif