Skip to content

Commit

Permalink
macos: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 31, 2024
1 parent 631b7db commit 686fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruisapp/glue/macosx/glue.mm
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ -(CocoaView*)view{return self->v;}
[this->windowObjectId release];
});

[this->windowObjectId setTitle:wp.title.c_str()];
[this->windowObjectId setTitle:[NSString stringWithUTF8String:wp.title.c_str()]];

{
std::vector<NSOpenGLPixelFormatAttribute> attributes;
Expand Down

0 comments on commit 686fabe

Please sign in to comment.