Make htmlOutputView a public property of the HTML output window

This commit is contained in:
Allan Odgaard
2014-03-29 14:31:32 +07:00
parent b23163476f
commit c1dcc72c41
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ OAK_DEBUG_VAR(HTMLOutputWindow);
{
OBJC_WATCH_LEAKS(HTMLOutputWindowController);
}
@property (nonatomic) OakHTMLOutputView* htmlOutputView;
@property (nonatomic) HTMLOutputWindowController* retainedSelf;
@end