diff options
Diffstat (limited to 'macosx/Source/LaunchArg.m')
| -rw-r--r-- | macosx/Source/LaunchArg.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/LaunchArg.m b/macosx/Source/LaunchArg.m index ecaddcb7..c09a876a 100644 --- a/macosx/Source/LaunchArg.m +++ b/macosx/Source/LaunchArg.m @@ -11,7 +11,7 @@ @interface LaunchArg () @property (readwrite) unsigned launchOrder; @property (readwrite, copy, nonatomic) dispatch_block_t theBlock; -@property (readwrite, strong) NSString *argument; +@property (readwrite, copy) NSString *argument; @end @implementation LaunchArg |
