Fixed issues recommended by @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-04-19 16:31:15 -04:00
parent e55babb04e
commit 64b35d46ca
2 changed files with 1 additions and 2 deletions

View file

@ -258,7 +258,6 @@
@class NSPathComponentCell;
@class GSDrawTiles;
@class GSTitleView;
// @class NSTableCellView;
APPKIT_EXPORT NSString *GSSwitch;
APPKIT_EXPORT NSString *GSRadio;

View file

@ -401,7 +401,7 @@ APPKIT_EXPORT_CLASS
- (void) insertRowsAtIndexes: (NSIndexSet*)indexes withAnimation: (NSTableViewAnimationOptions)animationOptions;
- (void) removeRowsAtIndexes: (NSIndexSet*)indexes withAnimation: (NSTableViewAnimationOptions)animationOptions;
- (NSInteger) rowForView: (NSView*)view;
- (NSView *) makeViewWithIdentifier: (NSUserInterfaceItemIdentifier)identifier owner:(id)owner;
- (NSView *) makeViewWithIdentifier: (NSUserInterfaceItemIdentifier)identifier owner: (id)owner;
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST)