diff options
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r-- | macosx/HBPicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h index ce63e68c2..bf2f6ec5c 100644 --- a/macosx/HBPicture.h +++ b/macosx/HBPicture.h @@ -41,7 +41,7 @@ extern NSString * const HBPictureChangedNotification; @property (nonatomic, readwrite) int cropLeft; @property (nonatomic, readwrite) int cropRight; -@property (nonatomic, readwrite, assign) HBTitle *title; +@property (nonatomic, readwrite, unsafe_unretained) HBTitle *title; @end |