summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueOutlineView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQueueOutlineView.h')
-rw-r--r--macosx/HBQueueOutlineView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueOutlineView.h b/macosx/HBQueueOutlineView.h
index 20401f241..7422973db 100644
--- a/macosx/HBQueueOutlineView.h
+++ b/macosx/HBQueueOutlineView.h
@@ -26,7 +26,7 @@
// By default, NSTableView only drags an image of the first column. Change this to
// drag an image of the queue's icon and desc columns.
-@protocol HBQueueOutlineViewDelegate
+@protocol HBQueueOutlineViewDelegate <NSOutlineViewDelegate>
@optional
- (void)HB_deleteSelectionFromTableView:(NSTableView *)tableView;