diff options
Diffstat (limited to 'macosx/HBSubtitles.h')
-rw-r--r-- | macosx/HBSubtitles.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h index c8232d432..83c9a1d6f 100644 --- a/macosx/HBSubtitles.h +++ b/macosx/HBSubtitles.h @@ -35,6 +35,8 @@ int container; - (void)containerChanged:(int) newContainer; +- (void)setNewSubtitles:(NSMutableArray*) newSubtitleArray; + // Table View Delegates - (int)numberOfRowsInTableView:(NSTableView *)aTableView; |