Browse Source

Fixed misspelled parameter.

Fixes #287.
Camilla Berglund 11 năm trước cách đây
mục cha
commit
aa6f8d40bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/cocoa_window.m

+ 1 - 1
src/cocoa_window.m

@@ -127,7 +127,7 @@ static NSRect convertRectToBacking(_GLFWwindow* window, NSRect contentRect)
     _GLFWwindow* window;
 }
 
-- (id)initWithGlfwWindow:(_GLFWwindow *)initWndow;
+- (id)initWithGlfwWindow:(_GLFWwindow *)initWindow;
 
 @end