diff options
author | ritsuka <[email protected]> | 2015-04-09 19:43:33 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-04-09 19:43:33 +0000 |
commit | f360714523e5f1f78ced2ae8691f3087b80eef65 (patch) | |
tree | 026c25eeba6d089a53ee1f73aed7329a318088cd /macosx/HBQueueOutlineView.h | |
parent | f0cc63a21d2e4510f911c4cde75d051aec3e5635 (diff) |
MacGui: run the Xcode "convert to modern objective-c" on the entire project.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueOutlineView.h')
-rw-r--r-- | macosx/HBQueueOutlineView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueOutlineView.h b/macosx/HBQueueOutlineView.h index 964c4f0d0..20401f241 100644 --- a/macosx/HBQueueOutlineView.h +++ b/macosx/HBQueueOutlineView.h @@ -41,6 +41,6 @@ * If the selected row indexes contain the clicked row index, it returns every selected row, * otherwise it returns only the clicked row index. */ -- (NSIndexSet *)targetedRowIndexes; +@property (nonatomic, readonly, copy) NSIndexSet *targetedRowIndexes; @end
\ No newline at end of file |