diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 2ee9999e9..87d305bb3 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -158,9 +158,9 @@ - (IBAction) browseSources: (id) sender; - (IBAction) showSourceTitleScanPanel: (id) sender; - (IBAction) closeSourceTitleScanPanel: (id) sender; -- (void) performScan:(NSString *) scanPath scanTitleNum: (NSInteger) scanTitleNum; +- (void) performScan:(NSURL *)scanURL scanTitleNum:(NSInteger)scanTitleNum; -- (void) enableUI: (BOOL) enable; +- (void)enableUI:(BOOL)enable; - (IBAction) titlePopUpChanged: (id) sender; - (IBAction) chapterPopUpChanged: (id) sender; |