]> granicus.if.org Git - handbrake/commitdiff
MacGui: fix compil<tion with clang.
authorRodeo <tdskywalker@gmail.com>
Fri, 20 Sep 2013 15:35:51 +0000 (15:35 +0000)
committerRodeo <tdskywalker@gmail.com>
Fri, 20 Sep 2013 15:35:51 +0000 (15:35 +0000)
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

macosx/HBQueueController.h

index f08415fc4864c84b530bc1275c6bdda46bd48bbb..a4ae8a71f79283c34cd79c2464f721398d1699f8 100644 (file)
@@ -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