diff --git a/Headers/gnustep/base/Stream.h b/Headers/gnustep/base/Stream.h index fd7be2fd3..954240303 100644 --- a/Headers/gnustep/base/Stream.h +++ b/Headers/gnustep/base/Stream.h @@ -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 Date: July 1994 @@ -27,7 +27,7 @@ #include #include -extern id StreamException; +extern NSString* StreamException; @interface Stream : NSObject