fixing return type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -214,7 +214,7 @@ WXGLPixelFormat WXGLChoosePixelFormat(const int *attribList)
|
||||
if ( !attribList[arg++] )
|
||||
break;
|
||||
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
data[p++] = AGL_SAMPLE_BUFFERS_ARB;
|
||||
@@ -231,7 +231,7 @@ WXGLPixelFormat WXGLChoosePixelFormat(const int *attribList)
|
||||
if ( !attribList[arg++] )
|
||||
break;
|
||||
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
data[p++] = AGL_SAMPLES_ARB;
|
||||
|
Reference in New Issue
Block a user