From: Robin Dunn Date: Wed, 6 Sep 2006 23:22:44 +0000 (+0000) Subject: Fixed compile error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/adfb405a9ce054ad1946107d1c3ba3b187c89f51?ds=inline Fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/glcanvas.h b/include/wx/msw/glcanvas.h index c25634410e..5c9090116c 100644 --- a/include/wx/msw/glcanvas.h +++ b/include/wx/msw/glcanvas.h @@ -56,6 +56,7 @@ public: wxGLContext(wxGLCanvas *win, const wxGLContext* other=NULL /* for sharing display lists */ ); virtual ~wxGLContext(); + void SetCurrent(const wxGLCanvas& win) const; inline HGLRC GetGLRC() const { return m_glContext; } protected: