]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/glcanvas.h
removed InitBase()
[wxWidgets.git] / include / wx / msw / glcanvas.h
index f709f3ef3c6301e5cec74eb3fbce343d58725e66..db3a6149df6417c4972d370a6e019c066d0e11ba 100644 (file)
@@ -104,6 +104,10 @@ class WXDLLIMPEXP_GL wxGLCanvas: public wxWindow
           const wxPoint& pos, const wxSize& size, long style, const wxString& name);
 
    void SetCurrent();
+   #ifdef __WXUNIVERSAL__
+   virtual bool SetCurrent(bool doit = true){ return wxWindow::SetCurrent(doit); }; 
+   #endif
+
    void SetColour(const wxChar *colour);
    void SwapBuffers();