Bläddra i källkod

Fixed misspelled parameter.

Fixes #287.
Camilla Berglund 11 år sedan
förälder
incheckning
aa6f8d40bd
1 ändrade filer med 1 tillägg och 1 borttagningar
  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