summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-07 08:23:57 +0000
committerritsuka <[email protected]>2015-01-07 08:23:57 +0000
commit33f119155a6c552ed916b868ee63a5155285ee0f (patch)
tree9ffa65ab22c650681d7ca8f43b72e7a312ad1c77 /macosx/Controller.h
parent19730b236b1be5975ea41a4b83ffe59ee75ca1f1 (diff)
MacGui: use NSURL where possible, replace a api call not available on 10.6.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6694 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h4
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;