From 604273f0e800f3aa873bf5d5e1f8168dcaaf7cb4 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 20 Aug 2006 17:59:02 +0000 Subject: [PATCH] Sort accessor is private. --- macosx/InfoWindowController.h | 2 -- macosx/InfoWindowController.m | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/macosx/InfoWindowController.h b/macosx/InfoWindowController.h index ceea441a3..8b0e47050 100644 --- a/macosx/InfoWindowController.h +++ b/macosx/InfoWindowController.h @@ -67,6 +67,4 @@ - (void) setWaitToStart: (id) sender; -- (NSArray *) peerSortDescriptors; - @end diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index ab4b94502..c05e3db2e 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -48,6 +48,7 @@ @interface InfoWindowController (Private) - (void) setWindowForTab: (NSString *) identifier animate: (BOOL) animate; +- (NSArray *) peerSortDescriptors; @end