mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Initial implementations
This commit is contained in:
parent
fdbda917bd
commit
f6f36041b3
1 changed files with 2 additions and 1 deletions
|
@ -405,7 +405,8 @@ static NSNotificationCenter *nc = nil;
|
|||
*/
|
||||
- (NSArray *)attributeRuns
|
||||
{
|
||||
return nil;
|
||||
// Return nothing for now
|
||||
return [NSArray array];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue