From: Damiano Galassi Date: Thu, 18 Oct 2018 13:50:06 +0000 (+0200) Subject: MacGui: fix a warning. X-Git-Tag: 1.2.0~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=639b9c7648897a0029276799ad849721b1e32888;p=handbrake MacGui: fix a warning. --- diff --git a/macosx/HBTitle.h b/macosx/HBTitle.h index 3979b6d4c..bf87c1385 100644 --- a/macosx/HBTitle.h +++ b/macosx/HBTitle.h @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic, readonly, nullable) NSString *album; @property (nonatomic, readonly, nullable) NSString *albumArtist; @property (nonatomic, readonly, nullable) NSString *genre; -@property (nonatomic, readonly, nullable) NSString *description; +@property (nonatomic, readonly, nullable) NSString *shortDescription; @property (nonatomic, readonly, nullable) NSString *longDescription; @end