From: dynaflash Date: Thu, 20 Nov 2008 17:59:31 +0000 (+0000) Subject: MacGui: fix compiler warnings in presets code for jbrjake who is amazed it even worked. X-Git-Tag: 0.9.3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6d4ca235a2a9221148003aa223ff10f5f34e459;p=handbrake 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 --- 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;