summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/ParseErrorView.h
diff options
context:
space:
mode:
authorJohan Paulsson <gonz@users.sourceforge.net>2013-02-26 17:07:05 +0000
committerJohan Paulsson <gonz@users.sourceforge.net>2013-02-26 17:07:05 +0000
commit44fc6c6fc022b7262175a71a981ddc3969132ed5 (patch)
tree677ded4cf5d5c61ff0375b7025e77300b4382950 /tikzit/src/osx/ParseErrorView.h
parent814372e88b23ce7956b2322d6f382742e2277ea5 (diff)
osx gui parsing errors
Diffstat (limited to 'tikzit/src/osx/ParseErrorView.h')
-rw-r--r--tikzit/src/osx/ParseErrorView.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tikzit/src/osx/ParseErrorView.h b/tikzit/src/osx/ParseErrorView.h
new file mode 100644
index 0000000..bb6141f
--- /dev/null
+++ b/tikzit/src/osx/ParseErrorView.h
@@ -0,0 +1,13 @@
+//
+// ParseErrorView.h
+// TikZiT
+//
+// Created by Karl Johan Paulsson on 27/01/2013.
+// Copyright (c) 2013 Aleks Kissinger. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface ParseErrorView : NSView
+
+@end