summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitleSelectionController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-02-04 14:04:37 +0100
committerDamiano Galassi <[email protected]>2017-02-04 14:04:37 +0100
commit41a737dc5f73013d245d8d64ca2461551adfcf75 (patch)
tree77ac9fffc021f496c814204caed9ac794b7663ad /macosx/HBTitleSelectionController.h
parent9bd4723096d9c357c7cbf3242fb18537fc1cb66e (diff)
MacGui: allow to sort by title/name/duration in the title selections sheet.
Diffstat (limited to 'macosx/HBTitleSelectionController.h')
-rw-r--r--macosx/HBTitleSelectionController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBTitleSelectionController.h b/macosx/HBTitleSelectionController.h
index 4999687fa..50ff07078 100644
--- a/macosx/HBTitleSelectionController.h
+++ b/macosx/HBTitleSelectionController.h
@@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
@protocol HBTitleSelectionDelegate <NSObject>
-- (void)didSelectIndexes:(NSIndexSet *)indexes;
+- (void)didSelectTitles:(NSArray<HBTitle *> *)titles;
@end