summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-12-10 19:31:01 +0000
committerdynaflash <[email protected]>2009-12-10 19:31:01 +0000
commitc19dbbdb0d3374a2abda3a08ffccf5a9c26148e9 (patch)
tree1c8e7489b30e0e930e785e68c0a442530e954850 /macosx/HBSubtitles.m
parentf6986e59735724f22f37646693a22c2fe650ecff (diff)
MacGui: Fix issue with subtitle changes affecting all encodes in the queue by being less stupid.
- Thanks to Rodeo for bringing it to my attention. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3024 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitles.m')
-rw-r--r--macosx/HBSubtitles.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitles.m b/macosx/HBSubtitles.m
index 95ffad022..d0e959c27 100644
--- a/macosx/HBSubtitles.m
+++ b/macosx/HBSubtitles.m
@@ -426,7 +426,7 @@
}
-- (NSMutableArray*) getSubtitleArray: (NSMutableArray *) subtitlesArray
+- (NSMutableArray*) getSubtitleArray
{
return subtitleArray;
}