projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b208c
)
MacGui: fix compil<tion with clang.
author
Rodeo
<tdskywalker@gmail.com>
Fri, 20 Sep 2013 15:35:51 +0000
(15:35 +0000)
committer
Rodeo
<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
patch
|
blob
|
history
diff --git
a/macosx/HBQueueController.h
b/macosx/HBQueueController.h
index f08415fc4864c84b530bc1275c6bdda46bd48bbb..a4ae8a71f79283c34cd79c2464f721398d1699f8 100644
(file)
--- 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