diff options
author | ritsuka <[email protected]> | 2015-02-20 08:03:55 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-20 08:03:55 +0000 |
commit | 0c983a5fdc088d69325aafdaeaa4c1b04bea9c1f (patch) | |
tree | 273b4da108a472d557af2de1e61d06d119e78abe /macosx/HBDistributedArray.m | |
parent | d0c0f97e5e2160c0a198778f394b2327c7bb964e (diff) |
MacGui: add a protocol HBUniqueObject objects must implements if they are used in a HBDistributedArray.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6929 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBDistributedArray.m')
-rw-r--r-- | macosx/HBDistributedArray.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBDistributedArray.m b/macosx/HBDistributedArray.m index 8dba9e5d1..56505ab1d 100644 --- a/macosx/HBDistributedArray.m +++ b/macosx/HBDistributedArray.m @@ -195,7 +195,7 @@ NSString *HBDistributedArraWrittenToDisk = @"HBDistributedArraWrittenToDisk"; */ - (void)reload { - NSMutableArray *jobsArray = nil;; + NSMutableArray *jobsArray = nil; @try { jobsArray = [NSKeyedUnarchiver unarchiveObjectWithFile:self.fileURL.path]; |