diff options
author | Damiano Galassi <[email protected]> | 2016-12-27 11:53:11 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-12-27 11:53:11 +0100 |
commit | 2cc18941fa64a74d0f86f00215f112d940266585 (patch) | |
tree | 45b4d9b423ebcc5be8605e413af3fc021359e3f9 /macosx/HBDistributedArray.h | |
parent | ec1553108f3881a380904bcc8be7c19a626cb69a (diff) |
MacGui: enable NSSecureCoding for the queue file.
Diffstat (limited to 'macosx/HBDistributedArray.h')
-rw-r--r-- | macosx/HBDistributedArray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBDistributedArray.h b/macosx/HBDistributedArray.h index dee8bfc12..b410da472 100644 --- a/macosx/HBDistributedArray.h +++ b/macosx/HBDistributedArray.h @@ -35,7 +35,7 @@ typedef NS_ENUM(NSUInteger, HBDistributedArrayContent) { */ @interface HBDistributedArray<ObjectType> : NSMutableArray -- (instancetype)initWithURL:(NSURL *)fileURL; +- (instancetype)initWithURL:(NSURL *)fileURL class:(Class)objectClass; /** * Begins a transaction on the array |