Fixed compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user