Fixed compilation warning under cocoa.

This commit is contained in:
Virgil Dupras 2010-09-25 12:35:51 +02:00
parent 0a64d653e1
commit f67f14a78d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ http://www.hardcoded.net/licenses/hs_license
{
NSIndexSet *_deltaColumns;
}
- (id)initWithPyParent:(id)aPyParent view:(NSTableView *)aTableView;
- (PyResultTable *)py;
- (BOOL)powerMarkerMode;
- (void)setPowerMarkerMode:(BOOL)aPowerMarkerMode;