summaryrefslogtreecommitdiffstats
path: root/macosx/HBDistributedArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBDistributedArray.h')
-rw-r--r--macosx/HBDistributedArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBDistributedArray.h b/macosx/HBDistributedArray.h
index 483f1ac57..dee8bfc12 100644
--- a/macosx/HBDistributedArray.h
+++ b/macosx/HBDistributedArray.h
@@ -33,7 +33,7 @@ typedef NS_ENUM(NSUInteger, HBDistributedArrayContent) {
*
* It is safe to keep a reference to an array object.
*/
-@interface HBDistributedArray : NSMutableArray
+@interface HBDistributedArray<ObjectType> : NSMutableArray
- (instancetype)initWithURL:(NSURL *)fileURL;