diff options
Diffstat (limited to 'macosx/HBPreviewGenerator.h')
-rw-r--r-- | macosx/HBPreviewGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewGenerator.h b/macosx/HBPreviewGenerator.h index e17114c45..438d078aa 100644 --- a/macosx/HBPreviewGenerator.h +++ b/macosx/HBPreviewGenerator.h @@ -22,7 +22,7 @@ - (id) initWithHandle: (hb_handle_t *) handle andTitle: (hb_title_t *) title; /* Still image generator */ -- (NSImage *) imageAtIndex: (NSUInteger) index; +- (NSImage *) imageAtIndex: (NSUInteger) index shouldCache: (BOOL) cache; - (NSUInteger) imagesCount; - (void) purgeImageCache; |