summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-14 07:21:57 +0000
committerritsuka <[email protected]>2015-01-14 07:21:57 +0000
commit7116db76641468327080ce0623ba2b62795d41cb (patch)
tree55b3450febe622d361c3a8c6d555225bf6e10ddc /macosx/HBPreviewGenerator.h
parent44bdd8ef8cbedef21c84d9c7eac3ba05189b653e (diff)
MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6748 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewGenerator.h')
-rw-r--r--macosx/HBPreviewGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewGenerator.h b/macosx/HBPreviewGenerator.h
index c8219bc54..577fe2d6e 100644
--- a/macosx/HBPreviewGenerator.h
+++ b/macosx/HBPreviewGenerator.h
@@ -30,7 +30,7 @@
- (void) purgeImageCache;
/* Video generator */
-- (BOOL) createMovieAsyncWithImageIndex: (NSUInteger) index andDuration: (NSUInteger) duration;
+- (BOOL) createMovieAsyncWithImageAtIndex: (NSUInteger) index duration: (NSUInteger) seconds;
- (void) cancel;
@end