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, 3 insertions, 0 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index ccef18cd1..ca0cdefbc 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -8,10 +8,13 @@
@class HBPreviewGenerator;
@class HBPicture;
+@class HBController;
@interface HBPreviewController : NSWindowController <NSWindowDelegate>
@property (nonatomic, strong) HBPreviewGenerator *generator;
@property (nonatomic, strong) HBPicture *picture;
+@property (nonatomic, assign) HBController *documentController;
+
@end