summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresets.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-11-20 17:59:31 +0000
committerdynaflash <[email protected]>2008-11-20 17:59:31 +0000
commitf6d4ca235a2a9221148003aa223ff10f5f34e459 (patch)
treea7ebf3c3e11b38c74b4391dabae209c5009a8886 /macosx/HBPresets.h
parent8c3051051248351e8beb625f8b96749cba0bd939 (diff)
MacGui: fix compiler warnings in presets code for jbrjake who is amazed it even worked.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1935 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r--macosx/HBPresets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h
index 59d2774ab..71a516066 100644
--- a/macosx/HBPresets.h
+++ b/macosx/HBPresets.h
@@ -17,11 +17,12 @@
- (NSDictionary *)createBasicPresetFolder;
- (NSDictionary *)createGamingConsolesPresetFolder;
- (NSDictionary *)createHiProfilePresetFolder;
+- (NSDictionary *)createLegacyPresetFolder;
- (NSDictionary *)create360Preset;
- (NSDictionary *)createAnimationPreset;
- (NSDictionary *)createAppleTVPreset;
-- (NSDictionary *)createAppleTVLegacuPreset;
+- (NSDictionary *)createAppleTVLegacyPreset;
- (NSDictionary *)createAppleUniversalPreset;
- (NSDictionary *)createClassicPreset;
- (NSDictionary *)createCRFPreset;