(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;
|
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