X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0122b7e3fcfd78f879470053c91a60e3c66537a3..357262e4a1ba5b056fde35a4d3e552a0e14db938:/wxPython/contrib/glcanvas/msw/myglcanvas.h?ds=inline diff --git a/wxPython/contrib/glcanvas/msw/myglcanvas.h b/wxPython/contrib/glcanvas/msw/myglcanvas.h index 79b56d3528..5dd269da72 100644 --- a/wxPython/contrib/glcanvas/msw/myglcanvas.h +++ b/wxPython/contrib/glcanvas/msw/myglcanvas.h @@ -19,14 +19,13 @@ #include #undef wxUSE_GLCANVAS #define wxUSE_GLCANVAS 1 -#if wxUSE_GLCANVAS #include #include #include -#include "gl/gl.h" +#include //--------------------------------------------------------------------------- // Constants for attriblist @@ -84,7 +83,7 @@ public: wxWindow* m_window; }; -class wxGLCanvas: public wxScrolledWindow +class wxGLCanvas: public wxWindow { DECLARE_CLASS(wxGLCanvas) public: @@ -152,8 +151,6 @@ private: -#endif - // wxUSE_GLCANVAS #endif // _WX_GLCANVAS_H_