summaryrefslogtreecommitdiff
path: root/macosx/LaunchArg.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/LaunchArg.h')
-rw-r--r--macosx/LaunchArg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/LaunchArg.h b/macosx/LaunchArg.h
index 7885bed9..25bfe7a6 100644
--- a/macosx/LaunchArg.h
+++ b/macosx/LaunchArg.h
@@ -26,5 +26,6 @@ typedef enum _LaunchArgOrder {
@property (readonly, arcretain) NSString *argument;
- (id)initWithLaunchOrder:(LaunchArgOrder)order block:(dispatch_block_t)block argument:(NSString*)arg;
+- (id)initWithLaunchOrder:(LaunchArgOrder)order argument:(NSString*)arg block:(dispatch_block_t)block;
- (void)addToDictionary:(NSMutableDictionary*)toAdd;
@end