master
Camilla Löwy ago%!(EXTRA string=6 years)
parent a875a536b7
commit 506a6aafde
  1. 2
      src/cocoa_window.m

@ -964,7 +964,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
} // autoreleasepool
}
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title)
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)
{
@autoreleasepool {
NSString* string = @(title);

Loading…
Cancel
Save