summaryrefslogtreecommitdiff
path: root/tikzit/src/linux/PreviewWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/linux/PreviewWindow.h')
-rw-r--r--tikzit/src/linux/PreviewWindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tikzit/src/linux/PreviewWindow.h b/tikzit/src/linux/PreviewWindow.h
index d59954e..ca6b30c 100644
--- a/tikzit/src/linux/PreviewWindow.h
+++ b/tikzit/src/linux/PreviewWindow.h
@@ -18,6 +18,7 @@
#import "TZFoundation.h"
#import <gtk/gtk.h>
+@class Configuration;
@class Preambles;
@class PreviewRenderer;
@class TikzDocument;
@@ -30,7 +31,7 @@
GtkWindow *parent;
}
-- (id) initWithPreambles:(Preambles*)p;
+- (id) initWithPreambles:(Preambles*)p config:(Configuration*)c;
- (void) setParentWindow:(GtkWindow*)parent;