mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
74caa9f18a
commit
30950ac97e
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…
Add table
Add a link
Reference in a new issue