mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Silence type errors by declaring the correct superclass of GSPlaceholderString.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f40d537913
commit
3d2999fc40
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ extern BOOL GSScanDouble(unichar*, unsigned, double*);
|
|||
@class GSString;
|
||||
@class GSMutableString;
|
||||
@class GSPlaceholderString;
|
||||
@interface GSPlaceholderString : NSObject // Help the compiler
|
||||
@interface GSPlaceholderString : NSString // Help the compiler
|
||||
@end
|
||||
@class GSMutableArray;
|
||||
@class GSMutableDictionary;
|
||||
|
|
Loading…
Reference in a new issue