summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index d3f1faaca..ccef18cd1 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -7,10 +7,11 @@
#import <Cocoa/Cocoa.h>
@class HBPreviewGenerator;
+@class HBPicture;
@interface HBPreviewController : NSWindowController <NSWindowDelegate>
@property (nonatomic, strong) HBPreviewGenerator *generator;
-@property (nonatomic, readwrite, weak) NSWindowController *pictureSettingsWindow;
+@property (nonatomic, strong) HBPicture *picture;
@end