summaryrefslogtreecommitdiff
path: root/tikzit/src/common/PropertyHolder.m
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/PropertyHolder.m')
-rw-r--r--tikzit/src/common/PropertyHolder.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/common/PropertyHolder.m b/tikzit/src/common/PropertyHolder.m
index 2b3442f..6aaf125 100644
--- a/tikzit/src/common/PropertyHolder.m
+++ b/tikzit/src/common/PropertyHolder.m
@@ -63,8 +63,10 @@
}
- (void)dealloc {
+#if ! __has_feature(objc_arc)
[notificationName release];
[super dealloc];
+#endif
}
@end