Include <objects/NSString.h> instead of <objects/String.h>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@868 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-01-26 23:46:02 +00:00
parent 114bd3f3d6
commit 73b1854c3f
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#define __Streaming_h__OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <objects/String.h>
#include <objects/NSString.h>
@protocol Streaming <NSObject>

View file

@ -25,7 +25,7 @@
#define __Streaming_h__OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <objects/String.h>
#include <objects/NSString.h>
@protocol Streaming <NSObject>