diff options
author | Damiano Galassi <[email protected]> | 2015-10-24 10:52:15 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-24 10:52:15 +0200 |
commit | 3de7c8834a931ee2fdaa820241e208446cc5f08f (patch) | |
tree | 7a7bd0c5aa66ee2a4a88fa89cd44dadbbf9c7c30 /macosx/HBCore.h | |
parent | 7e32b94a04e073aa94b51811200b664a5001f983 (diff) |
MacGui: add type parameter to some arrays.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h index dafda29ad..2c1830f5b 100644 --- a/macosx/HBCore.h +++ b/macosx/HBCore.h @@ -130,7 +130,7 @@ typedef void (^HBCoreCompletionHandler)(HBCoreResult result); /** * An array of HBTitles found by the latest scan. */ -@property (nonatomic, readonly, nullable) NSArray *titles; +@property (nonatomic, readonly, nullable) NSArray<HBTitle *> *titles; /** * This function converts an image created by libhb (specified via index) |