summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/AppDelegate.h')
-rw-r--r--tikzit/src/osx/AppDelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/osx/AppDelegate.h b/tikzit/src/osx/AppDelegate.h
index 64acc38..92d9add 100644
--- a/tikzit/src/osx/AppDelegate.h
+++ b/tikzit/src/osx/AppDelegate.h
@@ -28,7 +28,7 @@
#import "PreambleController.h"
#import "PreviewController.h"
#import "GraphicsView.h"
-#import "PreferenceController.h";
+#import "PreferenceController.h"
@interface AppDelegate : NSObject {
NSMapTable *table;
@@ -43,7 +43,7 @@
}
@property IBOutlet StylePaletteController *stylePaletteController;
-@property IBOutlet ToolPaletteController *toolPaletteController;
+@property (strong) IBOutlet ToolPaletteController *toolPaletteController;
- (void)awakeFromNib;
+ (void)setDefaults;