compilation error with non-gcc fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,10 +44,14 @@ static int bitcount( unsigned long n )
|
|||||||
|
|
||||||
IMPLEMENT_CLASS(wxGLCanvas, wxScrolledWindow)
|
IMPLEMENT_CLASS(wxGLCanvas, wxScrolledWindow)
|
||||||
|
|
||||||
wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id = -1, const wxPoint& pos,
|
wxGLCanvas::wxGLCanvas(wxWindow *parent,
|
||||||
const wxSize& size, long style,
|
wxWindowID id,
|
||||||
const wxString& name, int *attrib_list, const wxPalette& palette):
|
const wxPoint& pos,
|
||||||
wxScrolledWindow(parent, id, pos, size, style, name)
|
const wxSize& size,
|
||||||
|
long style,
|
||||||
|
const wxString& name,
|
||||||
|
int *attrib_list, const wxPalette& palette)
|
||||||
|
: wxScrolledWindow(parent, id, pos, size, style, name)
|
||||||
{
|
{
|
||||||
XVisualInfo *vi, vi_templ;
|
XVisualInfo *vi, vi_templ;
|
||||||
XWindowAttributes xwa;
|
XWindowAttributes xwa;
|
||||||
|
Reference in New Issue
Block a user