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:
Adam Fedor 2000-06-19 16:02:27 +00:00
parent b5e2260020
commit e0f358eb78

View file

@ -50,7 +50,7 @@
- (NSArray*) availableMembersOfFontFamily: (NSString*)family;
@end
@interface GSFontInfo : NSObject <NSCopying>
@interface GSFontInfo : NSObject <NSCopying, NSMutableCopying>
{
NSMutableDictionary* fontDictionary;