Sort accessor is private.
This commit is contained in:
parent
e22504604c
commit
604273f0e8
|
@ -67,6 +67,4 @@
|
|||
|
||||
- (void) setWaitToStart: (id) sender;
|
||||
|
||||
- (NSArray *) peerSortDescriptors;
|
||||
|
||||
@end
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
@interface InfoWindowController (Private)
|
||||
|
||||
- (void) setWindowForTab: (NSString *) identifier animate: (BOOL) animate;
|
||||
- (NSArray *) peerSortDescriptors;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in New Issue