(StreamException): Change type to NSString from id <String>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1997-01-05 22:52:15 +00:00
parent 74caa9f18a
commit 30950ac97e

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective C byte stream
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -27,7 +27,7 @@
#include <gnustep/base/preface.h>
#include <gnustep/base/Streaming.h>
extern id<String> StreamException;
extern NSString* StreamException;
@interface Stream : NSObject <Streaming>