diff options
Diffstat (limited to 'macosx/HBVideoController.h')
-rw-r--r-- | macosx/HBVideoController.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/macosx/HBVideoController.h b/macosx/HBVideoController.h index f878879c0..9ebc2cb54 100644 --- a/macosx/HBVideoController.h +++ b/macosx/HBVideoController.h @@ -7,15 +7,11 @@ #import <Cocoa/Cocoa.h> #import "HBViewValidation.h" -#include "hb.h" - @class HBController; @class HBAdvancedController; @class HBVideo; -extern NSString *HBVideoEncoderChangedNotification; - /** * HBVideoController * @@ -31,6 +27,6 @@ extern NSString *HBVideoEncoderChangedNotification; @property (nonatomic, copy, readwrite) NSString *pictureSettings; @property (nonatomic, copy, readwrite) NSString *pictureFilters; -@property (nonatomic, readonly) HBVideo *video; +@property (nonatomic, readwrite, retain) HBVideo *video; @end |