(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
1 changed files with 1 additions and 1 deletions

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