summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index 5074eded0..076a7a336 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -58,7 +58,7 @@
/// The HBCore used for scanning.
@property (nonatomic, strong) HBCore *core;
-@property (unsafe_unretained, nonatomic, readwrite) NSColor *labelColor;
+@property (nonatomic, readwrite) NSColor *labelColor;
@end