summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBChapterTitlesController.h')
-rw-r--r--macosx/HBChapterTitlesController.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/HBChapterTitlesController.h b/macosx/HBChapterTitlesController.h
index f56fd367b..0e59ce902 100644
--- a/macosx/HBChapterTitlesController.h
+++ b/macosx/HBChapterTitlesController.h
@@ -4,15 +4,15 @@
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
-#include <Cocoa/Cocoa.h>
+#import <Cocoa/Cocoa.h>
+#import "HBViewValidation.h"
/**
* HBChapterTitlesController
* Responds to HBTitleChangedNotification notifications.
*/
-@interface HBChapterTitlesController : NSViewController
+@interface HBChapterTitlesController : NSViewController <HBViewValidation>
-- (void)enableUI:(BOOL)b;
- (void)addChaptersFromQueue:(NSMutableArray *)newChaptersArray;
/**