mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:50:38 +00:00
MutableCopy protocol
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6729 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b5e2260020
commit
e0f358eb78
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
- (NSArray*) availableMembersOfFontFamily: (NSString*)family;
|
||||
@end
|
||||
|
||||
@interface GSFontInfo : NSObject <NSCopying>
|
||||
@interface GSFontInfo : NSObject <NSCopying, NSMutableCopying>
|
||||
{
|
||||
NSMutableDictionary* fontDictionary;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue