summaryrefslogtreecommitdiffstats
path: root/macosx/ChapterTitles.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ChapterTitles.h')
-rw-r--r--macosx/ChapterTitles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ChapterTitles.h b/macosx/ChapterTitles.h
index 960f292a1..26e86ce97 100644
--- a/macosx/ChapterTitles.h
+++ b/macosx/ChapterTitles.h
@@ -7,7 +7,7 @@
#include <Cocoa/Cocoa.h>
#include "hb.h"
-@interface ChapterTitles : NSObject {
+@interface ChapterTitles : NSObject <NSTableViewDataSource, NSTableViewDelegate> {
hb_title_t *fTitle;
NSMutableArray *fChapterTitlesArray;
}