mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 01:11:01 +00:00
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:
parent
114bd3f3d6
commit
73b1854c3f
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
#define __Streaming_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <objects/String.h>
|
||||
#include <objects/NSString.h>
|
||||
|
||||
@protocol Streaming <NSObject>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define __Streaming_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <objects/String.h>
|
||||
#include <objects/NSString.h>
|
||||
|
||||
@protocol Streaming <NSObject>
|
||||
|
||||
|
|
Loading…
Reference in a new issue