From adfb405a9ce054ad1946107d1c3ba3b187c89f51 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 6 Sep 2006 23:22:44 +0000 Subject: [PATCH] Fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/glcanvas.h | 1 + 1 file changed, 1 insertion(+) 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: -- 2.50.0