mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-30 03:50:46 +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
|
||||
|
||||
/* Because the compiler thinks that @".." strings are NXConstantString's. */
|
||||
@interface NXConstantString : NSString
|
||||
{
|
||||
char *_contents_chars;
|
||||
int _count;
|
||||
}
|
||||
#include <gnustep/base/NSGString.h>
|
||||
#include <gnustep/base/NSGCString.h>
|
||||
@interface NXConstantString : NSGCString
|
||||
@end
|
||||
|
||||
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue