1
0
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:
fonsinchen
2013-08-10 12:47:16 +00:00
parent 7ea878b938
commit a9fde2856c

View File

@@ -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";
/**