mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
More tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d3f3cc453
commit
be5162cd2b
9 changed files with 133 additions and 91 deletions
|
@ -77,7 +77,7 @@
|
|||
@class GSMutableString;
|
||||
@class GSPlaceholderString;
|
||||
@class GSMutableArray;
|
||||
@class NSGMutableDictionary;
|
||||
@class GSMutableDictionary;
|
||||
|
||||
|
||||
/*
|
||||
|
@ -4029,7 +4029,7 @@ setupPl()
|
|||
plAdd = (id (*)(id, SEL, id))
|
||||
[plArray instanceMethodForSelector: @selector(addObject:)];
|
||||
|
||||
plDictionary = [NSGMutableDictionary class];
|
||||
plDictionary = [GSMutableDictionary class];
|
||||
plSet = (id (*)(id, SEL, id, id))
|
||||
[plDictionary instanceMethodForSelector: @selector(setObject:forKey:)];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue