]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compile error
authorRobin Dunn <robin@alldunn.com>
Wed, 6 Sep 2006 23:22:44 +0000 (23:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 6 Sep 2006 23:22:44 +0000 (23:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/glcanvas.h

index c25634410efcc4d59cad59af5f7201e7689868c6..5c9090116c3c264c6c6391a7a5eb36cabd9903bd 100644 (file)
@@ -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: