From 637f97d9dbdb2451d80f091a650aee1e071df846 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 27 Sep 2014 17:28:49 +0000 Subject: OS X: minor maintenance: Remove reference to "SJIS name": It wasn't being used anymore. Strip headers from SDL2 when copying it over: we don't need those files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91642 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/LaunchArg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/Source/LaunchArg.h') diff --git a/macosx/Source/LaunchArg.h b/macosx/Source/LaunchArg.h index 28e62fcb..6989c2e8 100644 --- a/macosx/Source/LaunchArg.h +++ b/macosx/Source/LaunchArg.h @@ -19,7 +19,7 @@ typedef enum _LaunchArgOrder { @property (readonly, copy, nonatomic) dispatch_block_t theBlock; @property (readonly, strong) NSString *argument; -- (instancetype)initWithLaunchOrder:(unsigned)order block:(dispatch_block_t)block argument:(NSString*)arg NS_DESIGNATED_INITIALIZER; -- (instancetype)initWithLaunchOrder:(unsigned)order argument:(NSString*)arg block:(dispatch_block_t)block; +- (instancetype)initWithLaunchOrder:(unsigned)order block:(dispatch_block_t)block argument:(NSString*)arg; +- (instancetype)initWithLaunchOrder:(unsigned)order argument:(NSString*)arg block:(dispatch_block_t)block NS_DESIGNATED_INITIALIZER; - (void)addToDictionary:(NSMutableDictionary*)toAdd; @end -- cgit v1.2.3