mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
(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:
parent
5f14749807
commit
1f9cd218e1
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue