(blind) compilation fix for wxCocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-06 12:59:38 +00:00
parent e0a7373f80
commit 6716fce439

View File

@@ -272,7 +272,7 @@ bool MyApp::OnInit()
int gl_attrib[20] = { WX_GL_RGBA, WX_GL_MIN_RED, 1, WX_GL_MIN_GREEN, 1,
WX_GL_MIN_BLUE, 1, WX_GL_DEPTH_SIZE, 1,
WX_GL_DOUBLEBUFFER,
# ifdef __WXMAC__
# if defined(__WXMAC__) || defined(__WXCOCOA__)
GL_NONE };
# else
None };