]> git.saurik.com Git - wxWidgets.git/commitdiff
another parameter type fix
authorRobin Dunn <robin@alldunn.com>
Fri, 8 Sep 2006 02:56:16 +0000 (02:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 8 Sep 2006 02:56:16 +0000 (02:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/glcanvas/glcanvas.i

index b792320539a66799a2b2cb1322c66b168077a881..56d111e7da5f859ddbcedac8ec040a624217f1fe 100644 (file)
@@ -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,