mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:01:00 +00:00
Finish initialization method
This commit is contained in:
parent
772e4242a1
commit
2b388c6a88
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
// NOTE: Some of this cannot be implemented currently since the backend does not support physically
|
// NOTE: Some of this cannot be implemented currently since the backend does not support physically
|
||||||
// moving fonts on the filesystem... this is here for compatilibility for now.
|
// moving fonts on the filesystem... this is here for compatilibility for now.
|
||||||
|
|
||||||
@interface NSMutableFontCollection (Private)
|
@interface NSMutableFontCollection (Private)
|
||||||
|
|
||||||
- (void) _setFonts: (NSArray *)fonts;
|
- (void) _setFonts: (NSArray *)fonts;
|
||||||
|
|
Loading…
Reference in a new issue