mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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…
Add table
Add a link
Reference in a new issue