diff --git a/Headers/gnustep/base/NSString.h b/Headers/gnustep/base/NSString.h index ae4f08b2f..ea17385af 100644 --- a/Headers/gnustep/base/NSString.h +++ b/Headers/gnustep/base/NSString.h @@ -309,11 +309,9 @@ compiler warning. @end /* Because the compiler thinks that @".." strings are NXConstantString's. */ -@interface NXConstantString : NSString -{ - char *_contents_chars; - int _count; -} +#include +#include +@interface NXConstantString : NSGCString @end #endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */