mirror of
https://github.com/transmission/transmission
synced 2025-01-31 19:34:05 +00:00
Sort accessor is private.
This commit is contained in:
parent
e22504604c
commit
604273f0e8
2 changed files with 1 additions and 2 deletions
|
@ -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 a new issue