]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/glcanvas.i
For Python 2.2 builds
[wxWidgets.git] / wxPython / contrib / glcanvas / glcanvas.i
index ba77fa8ad28271f6658d8eceefba2cc94ee90295..d473e40801dd6d8590c2d2350f66d34804547d52 100644 (file)
@@ -54,8 +54,10 @@ class wxGLCanvas;
 
 class wxGLContext : public wxObject {
 public:
+#ifndef __WXMAC__  //  fix this?
     wxGLContext(bool isRGB, wxGLCanvas *win,
                 const wxPalette& palette = wxNullPalette);
+#endif
     ~wxGLContext();
 
     void SetCurrent();