Sort accessor is private.

This commit is contained in:
Mitchell Livingston 2006-08-20 17:59:02 +00:00
parent e22504604c
commit 604273f0e8
2 changed files with 1 additions and 2 deletions

View File

@ -67,6 +67,4 @@
- (void) setWaitToStart: (id) sender;
- (NSArray *) peerSortDescriptors;
@end

View File

@ -48,6 +48,7 @@
@interface InfoWindowController (Private)
- (void) setWindowForTab: (NSString *) identifier animate: (BOOL) animate;
- (NSArray *) peerSortDescriptors;
@end