summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/PreviewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/PreviewController.h')
-rw-r--r--tikzit/src/osx/PreviewController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tikzit/src/osx/PreviewController.h b/tikzit/src/osx/PreviewController.h
index d6d855e..6c51a23 100644
--- a/tikzit/src/osx/PreviewController.h
+++ b/tikzit/src/osx/PreviewController.h
@@ -23,12 +23,13 @@
#import <Cocoa/Cocoa.h>
+#import "DraggablePDFView.h"
@class PDFView;
@class PreambleController;
@interface PreviewController : NSWindowController {
- IBOutlet PDFView *pdfView;
+ IBOutlet DraggablePDFView *pdfView;
IBOutlet NSProgressIndicator *progressIndicator;
IBOutlet NSScrollView *errorTextView;
IBOutlet NSTextView *errorText;