mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 08:59:09 +00: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:
@@ -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";
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user