mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add initialize
This commit is contained in:
parent
62c0aeb1b2
commit
a4ca934e6d
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
if(self == [NSFileCoordinator class])
|
||||
{
|
||||
__presenters = [[NSMutableArray alloc] init];
|
||||
}
|
||||
}
|
||||
|
||||
+ (NSArray *) filePresenters
|
||||
|
|
Loading…
Reference in a new issue