X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..5e1d513ea393c769cc83e4bc69cec34c3d0a9507:/include/wx/osx/glcanvas.h?ds=sidebyside diff --git a/include/wx/osx/glcanvas.h b/include/wx/osx/glcanvas.h index 2d032aaad7..1fc775c88e 100644 --- a/include/wx/osx/glcanvas.h +++ b/include/wx/osx/glcanvas.h @@ -12,7 +12,12 @@ #ifndef _WX_GLCANVAS_H_ #define _WX_GLCANVAS_H_ +#ifdef __WXOSX_IPHONE__ +#import +#import +#else #include +#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