]> git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/glcanvas/_glcanvas_rename.i
fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10
[wxWidgets.git] / wxPython / contrib / glcanvas / _glcanvas_rename.i
1 // A bunch of %rename directives generated by ./distrib/build_renamers.py
2 // in order to remove the wx prefix from all global scope names.
3
4 #ifndef BUILDING_RENAMERS
5
6 %rename(GLContext) wxGLContext;
7 %rename(GLCanvas) wxGLCanvas;
8
9 #endif