X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a308135449c51cbf067c128c9b61354ca7f899c9..bf43d750e66d491255c090dd0336c46def997178:/include/wx/msw/glcanvas.h diff --git a/include/wx/msw/glcanvas.h b/include/wx/msw/glcanvas.h index df45b5e816..31301489e0 100644 --- a/include/wx/msw/glcanvas.h +++ b/include/wx/msw/glcanvas.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: glcanvas.h +// Name: wx/msw/glcanvas.h // Purpose: wxGLCanvas, for using OpenGL with wxWindows under Windows // Author: Julian Smart // Modified by: @@ -21,7 +21,7 @@ #include -#include "gl/gl.h" +#include //--------------------------------------------------------------------------- // Constants for attriblist @@ -79,7 +79,7 @@ public: wxWindow* m_window; }; -class WXDLLEXPORT wxGLCanvas: public wxScrolledWindow +class WXDLLEXPORT wxGLCanvas: public wxWindow { DECLARE_CLASS(wxGLCanvas) public: