summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/NodeSelectionLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/NodeSelectionLayer.h')
-rw-r--r--tikzit/src/osx/NodeSelectionLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/osx/NodeSelectionLayer.h b/tikzit/src/osx/NodeSelectionLayer.h
index 68d5beb..99ee75f 100644
--- a/tikzit/src/osx/NodeSelectionLayer.h
+++ b/tikzit/src/osx/NodeSelectionLayer.h
@@ -31,10 +31,10 @@
BOOL selected;
CGMutablePathRef path;
NSLock *drawLock;
- NodeLayer *__weak nodeLayer;
+ NodeLayer *nodeLayer;
}
-@property (weak) NodeLayer *nodeLayer;
+@property NodeLayer *nodeLayer;
- (id)init;
- (void)select;