瀏覽代碼

Fix type of OpenGL bundle reference

Camilla Berglund 9 年之前
父節點
當前提交
b3d0bd6081
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/nsgl_context.h

+ 1 - 1
src/nsgl_context.h

@@ -47,7 +47,7 @@ typedef struct _GLFWcontextNSGL
 typedef struct _GLFWlibraryNSGL
 {
     // dlopen handle for OpenGL.framework (for glfwGetProcAddress)
-    void*           framework;
+    CFBundleRef     framework;
 
 } _GLFWlibraryNSGL;