From a57534d8d39d172a5d236d231a8d39b400f0c7ef Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Thu, 12 Oct 2000 23:00:45 +0000 Subject: [PATCH] Use explicit Private interface. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7799 72102866-910b-0410-8b05-ffd578937521 --- Source/NSDocumentController.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/NSDocumentController.m b/Source/NSDocumentController.m index fe7a1a62f..79293abb6 100644 --- a/Source/NSDocumentController.m +++ b/Source/NSDocumentController.m @@ -549,6 +549,9 @@ static NSDictionary *TypeInfoForName(NSArray *types, NSString *typeName) return _recentDocuments; } +@end + +@implementation NSDocumentController (Private) static NSString *NSEditorRole = @"Editor"; static NSString *NSViewerRole = @"Viewer"; static NSString *NSNoRole = @"None";