diff options
author | Rodeo <[email protected]> | 2013-09-20 15:35:51 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-09-20 15:35:51 +0000 |
commit | 173b4f70468b2a762c180596fa1b313fd319a463 (patch) | |
tree | 5a98532f63c96443f5cbc9216ffa032bad0c796b | |
parent | 39b208c627172872b15e4545e391f42ce3223fa8 (diff) |
MacGui: fix compil<tion with clang.
Implementing a protocol is not enough, we need to actually tell the compiler that we are doing it.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5788 b64f7644-9d1e-0410-96f1-a4d463321fa5
-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 |