summaryrefslogtreecommitdiff
path: root/macosx/Source/LaunchArg.h
diff options
context:
space:
mode:
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