Use 64-bit: miscellaneous fixes

- Property using superclass ivar
- Multiple methods matching selector
This commit is contained in:
Jacob Bandes-Storch
2012-08-27 16:20:56 -07:00
committed by Allan Odgaard
parent dfdde3283f
commit a79c9d0377
3 changed files with 3 additions and 4 deletions

View File

@@ -10,5 +10,4 @@ PUBLIC @interface OakHTMLOutputView : HOBrowserView
BOOL runningCommand;
}
@property (nonatomic, readonly) BOOL runningCommand;
@property (nonatomic, readonly) WebView* webView;
@end