another parameter type fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
df4895f610
commit
8e1a5d3aa9
@ -46,7 +46,7 @@ MustHaveApp(wxGLContext);
|
|||||||
class wxGLContext : public wxObject {
|
class wxGLContext : public wxObject {
|
||||||
public:
|
public:
|
||||||
#ifndef __WXMAC__
|
#ifndef __WXMAC__
|
||||||
wxGLContext(wxWindow *win, const wxGLContext* other = NULL);
|
wxGLContext(wxGLCanvas *win, const wxGLContext* other = NULL);
|
||||||
#else
|
#else
|
||||||
%extend {
|
%extend {
|
||||||
wxGLContext(bool isRGB, wxGLCanvas *win,
|
wxGLContext(bool isRGB, wxGLCanvas *win,
|
||||||
|
Loading…
Reference in New Issue
Block a user