diff options
author | Damiano Galassi <[email protected]> | 2015-10-28 08:15:52 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-28 08:15:52 +0100 |
commit | 89c0a25d548575ac2ad9e867fa0f506fed7ad625 (patch) | |
tree | 6ae99c75b0558cb04af6842ea8b5b53bdac5c0aa /macosx/HBDistributedArray.h | |
parent | 5adcef6070a6b8f91a92d2c22e5449dab3b15a34 (diff) |
MacGui: annotate the type of some arrays, and check the count of the input jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command.
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 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; |