mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-06 12:29:42 +01:00
(svn r25710) -Fix: string arguments to NSNotificationCenter::addObserver and NSNotificationCenter::postNotificationName can't be const in certain versions of OSX
This commit is contained in:
parent
7ea878b938
commit
a9fde2856c
@ -58,7 +58,7 @@ static bool _cocoa_video_dialog = false;
|
||||
|
||||
CocoaSubdriver *_cocoa_subdriver = NULL;
|
||||
|
||||
static const NSString *OTTDMainLaunchGameEngine = @"ottdmain_launch_game_engine";
|
||||
static NSString *OTTDMainLaunchGameEngine = @"ottdmain_launch_game_engine";
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user