]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/glcanvas.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / osx / glcanvas.h
index 2d032aaad73242f964276a327a3af74efa97ca4e..1fc775c88e43677140da25e3cc2865360ca2e23e 100644 (file)
 #ifndef _WX_GLCANVAS_H_
 #define _WX_GLCANVAS_H_
 
+#ifdef __WXOSX_IPHONE__
+#import <OpenGLES/ES1/gl.h>
+#import <OpenGLES/ES1/glext.h>
+#else
 #include <OpenGL/gl.h>
+#endif
 
 // low level calls
 
@@ -38,7 +43,7 @@ public:
 private:
     WXGLContext m_glContext;
 
-    DECLARE_NO_COPY_CLASS(wxGLContext)
+    wxDECLARE_NO_COPY_CLASS(wxGLContext);
 };
 
 class WXDLLIMPEXP_GL wxGLCanvas : public wxGLCanvasBase