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:
theraven 2011-07-07 12:32:59 +00:00
parent f40d537913
commit 3d2999fc40

View file

@ -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;