mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-30 20:10:53 +00:00
Oops - reverting to old version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ecee29a03b
commit
3ed36f8c78
1 changed files with 3 additions and 5 deletions
|
@ -309,11 +309,9 @@ compiler warning.
|
||||||
@end
|
@end
|
||||||
|
|
||||||
/* Because the compiler thinks that @".." strings are NXConstantString's. */
|
/* Because the compiler thinks that @".." strings are NXConstantString's. */
|
||||||
@interface NXConstantString : NSString
|
#include <gnustep/base/NSGString.h>
|
||||||
{
|
#include <gnustep/base/NSGCString.h>
|
||||||
char *_contents_chars;
|
@interface NXConstantString : NSGCString
|
||||||
int _count;
|
|
||||||
}
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */
|
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */
|
||||||
|
|
Loading…
Reference in a new issue