diff options
-rw-r--r-- | macosx/HBQueueController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index f08415fc4..a4ae8a71f 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -48,7 +48,7 @@ BOOL fIsDragging; -@interface HBQueueController : NSWindowController +@interface HBQueueController : NSWindowController <NSToolbarDelegate> { hb_handle_t *fQueueEncodeLibhb; // reference to libhb HBController *fHBController; // reference to HBController |