]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/glcanvas.mm
fixing class
[wxWidgets.git] / src / osx / cocoa / glcanvas.mm
index 863bd8bf28aabd6ee208b274620ad3e77d5de57f..f9ff2a81bff03c08302115f3a4af2d9f5d367235 100644 (file)
@@ -39,7 +39,9 @@ WXGLContext WXGLCreateContext( WXGLPixelFormat pixelFormat, WXGLContext shareCon
 {
     WXGLContext context = [[NSOpenGLContext alloc] initWithFormat:pixelFormat shareContext: shareContext];
     if ( !context )
+    {
         wxFAIL_MSG("NSOpenGLContext creation failed");
+    }
     return context ;
 }