diff options
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index 866c2a45d..d3f1faaca 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -11,6 +11,6 @@ @interface HBPreviewController : NSWindowController <NSWindowDelegate> @property (nonatomic, strong) HBPreviewGenerator *generator; -@property (nonatomic, readwrite, unsafe_unretained) NSWindowController *pictureSettingsWindow; +@property (nonatomic, readwrite, weak) NSWindowController *pictureSettingsWindow; @end |