From 8e1a5d3aa9e43d8a53a939bf43ec06d45eb08b93 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 8 Sep 2006 02:56:16 +0000 Subject: [PATCH] another parameter type fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/glcanvas/glcanvas.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/contrib/glcanvas/glcanvas.i b/wxPython/contrib/glcanvas/glcanvas.i index b792320539..56d111e7da 100644 --- a/wxPython/contrib/glcanvas/glcanvas.i +++ b/wxPython/contrib/glcanvas/glcanvas.i @@ -46,7 +46,7 @@ MustHaveApp(wxGLContext); class wxGLContext : public wxObject { public: #ifndef __WXMAC__ - wxGLContext(wxWindow *win, const wxGLContext* other = NULL); + wxGLContext(wxGLCanvas *win, const wxGLContext* other = NULL); #else %extend { wxGLContext(bool isRGB, wxGLCanvas *win, -- 2.50.0