summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/PreambleController.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/PreambleController.h')
-rw-r--r--tikzit/src/osx/PreambleController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/osx/PreambleController.h b/tikzit/src/osx/PreambleController.h
index 3c7a7c3..5b0931d 100644
--- a/tikzit/src/osx/PreambleController.h
+++ b/tikzit/src/osx/PreambleController.h
@@ -38,8 +38,8 @@
@property (readonly) BOOL useDefaultPreamble;
@property (readonly) Preambles *preambles;
-@property (retain) NSAttributedString *preambleText;
-@property (retain) NSIndexSet *selectionIndexes;
+@property (strong) NSAttributedString *preambleText;
+@property (strong) NSIndexSet *selectionIndexes;
- (id)initWithNibName:(NSString *)nibName plist:(NSString*)plist styles:(NSArray*)sty edges:(NSArray*)edg;
- (void)savePreambles:(NSString*)plist;