mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Use explicit Private interface.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7799 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
989c7da61f
commit
a57534d8d3
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue