summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/CustomNodeCellView.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/CustomNodeCellView.h')
-rw-r--r--tikzit/src/osx/CustomNodeCellView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/osx/CustomNodeCellView.h b/tikzit/src/osx/CustomNodeCellView.h
index 5b3b1ee..22606d7 100644
--- a/tikzit/src/osx/CustomNodeCellView.h
+++ b/tikzit/src/osx/CustomNodeCellView.h
@@ -18,6 +18,6 @@
BOOL selected;
}
-@property (retain) id objectValue;
+@property (strong) id objectValue;
@end