summaryrefslogtreecommitdiff
path: root/macosx/Source/LaunchArg.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-09-27 17:28:49 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-09-27 17:28:49 +0000
commit637f97d9dbdb2451d80f091a650aee1e071df846 (patch)
treef87e485b8bdb8b9f7f823ff1df4eca4bec7ebad5 /macosx/Source/LaunchArg.h
parent71ac2146a8e40aa5011df370377b3623cd8f1ed6 (diff)
downloadpcsxr-637f97d9dbdb2451d80f091a650aee1e071df846.tar.gz
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
Diffstat (limited to 'macosx/Source/LaunchArg.h')
-rw-r--r--macosx/Source/LaunchArg.h4
1 files changed, 2 insertions, 2 deletions
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