summaryrefslogtreecommitdiff
path: root/frontends/cocoa/HistoryWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/HistoryWindowController.h')
-rw-r--r--frontends/cocoa/HistoryWindowController.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/cocoa/HistoryWindowController.h b/frontends/cocoa/HistoryWindowController.h
index 30ba8049a..3b1d97679 100644
--- a/frontends/cocoa/HistoryWindowController.h
+++ b/frontends/cocoa/HistoryWindowController.h
@@ -23,9 +23,8 @@
@interface HistoryWindowController : NSWindowController {
Tree *tree;
- TreeView *view;
}
-@property (readwrite, assign, nonatomic) IBOutlet TreeView *view;
+@property (readwrite, nonatomic) IBOutlet TreeView *view;
@end