summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-01-02 17:27:50 +0000
committerRodeo <[email protected]>2013-01-02 17:27:50 +0000
commite993c7e5608e755a3d941d8521995bc0bf33ce1f (patch)
treee79eb25304b77e3a9a72c861f722334c4bc079fd /macosx/Controller.h
parent61a4e76cb234e2cd05006e86404ce2b88e76fca8 (diff)
MacGui: fix fx264UseAdvancedOptionsCheck (hopefully).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5130 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 7b92589a3..6b0e0968b 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -302,8 +302,9 @@ BOOL fIsDragging;
- (void) updateUI: (NSTimer *) timer;
- (void) enableUI: (bool) enable;
-- (IBAction) updateX264Widgets: (bool) enable;
-- (IBAction) setupX264PresetsWidgets: (id) sender;
+- (void) setupX264PresetsWidgets: (id) sender;
+- (void) enableX264Widgets: (bool) enable;
+- (IBAction) updateX264Widgets: (id) sender;
- (IBAction) x264PresetsSetJobVariables: (id) sender;
- (IBAction) x264PresetsChangedDisplayExpandedOptions: (id) sender;