summaryrefslogtreecommitdiff
path: root/cocoa/HistoryWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/HistoryWindowController.h')
-rw-r--r--cocoa/HistoryWindowController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/HistoryWindowController.h b/cocoa/HistoryWindowController.h
index b590dfe1d..30ba8049a 100644
--- a/cocoa/HistoryWindowController.h
+++ b/cocoa/HistoryWindowController.h
@@ -26,6 +26,6 @@
TreeView *view;
}
-@property (readwrite, retain, nonatomic) IBOutlet TreeView *view;
+@property (readwrite, assign, nonatomic) IBOutlet TreeView *view;
@end