From 0c983a5fdc088d69325aafdaeaa4c1b04bea9c1f Mon Sep 17 00:00:00 2001 From: ritsuka Date: Fri, 20 Feb 2015 08:03:55 +0000 Subject: 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 --- macosx/HBDistributedArray.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBDistributedArray.m') 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]; -- cgit v1.2.3