summaryrefslogtreecommitdiff
path: root/frontends/cocoa/HistoryView.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/HistoryView.h')
-rw-r--r--frontends/cocoa/HistoryView.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/frontends/cocoa/HistoryView.h b/frontends/cocoa/HistoryView.h
index 42e73dd76..0fa2af36a 100644
--- a/frontends/cocoa/HistoryView.h
+++ b/frontends/cocoa/HistoryView.h
@@ -18,17 +18,13 @@
#import <Cocoa/Cocoa.h>
-@class HistoryView;
@class BrowserView;
-@interface HistoryView : NSView {
- struct browser_window *browser;
- NSMutableArray *toolTips;
-}
+@interface HistoryView : NSView
-@property (readwrite, retain, nonatomic) BrowserView *browser;
+@property (readwrite, nonatomic) BrowserView *browser;
+@property (readonly, nonatomic) NSSize size;
- (void)updateHistory;
-- (NSSize)size;
@end