diff options
author | ritsuka <[email protected]> | 2014-11-02 15:17:54 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-11-02 15:17:54 +0000 |
commit | cdbf8a54bf52ac4bbdff5d39484c711a4237d1cf (patch) | |
tree | 27ce95faafd2f445d12ba280e413ee3ab87990c0 /macosx/HBAudioController.h | |
parent | 18ee2d5b932919e60396060ea063053ac8fc711a (diff) |
MacGui: pass only the tracks array to the addTracksFromQueue: method, no need to pass the entire job dict.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6498 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r-- | macosx/HBAudioController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h index d6f475c29..b3cc702d8 100644 --- a/macosx/HBAudioController.h +++ b/macosx/HBAudioController.h @@ -36,7 +36,7 @@ extern NSString *HBMixdownChangedNotification; @property (readonly, nonatomic, copy) NSArray *audioTracks; - (void) applySettingsFromPreset:(NSDictionary *)preset; -- (void) addTracksFromQueue: (NSMutableDictionary *) aQueue; +- (void) addTracksFromQueue: (NSArray *) queueArray; - (BOOL) anyCodecMatches: (int) aCodecValue; - (void) settingTrackToNone: (HBAudio *) newNoneTrack; |