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