From ef2db2a7cf0c5f687dcade961fc3f5279ca04e03 Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 8 Sep 1995 22:49:36 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@601 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/Coder.h | 3 ++- Source/objects/Coder.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Headers/gnustep/base/Coder.h b/Headers/gnustep/base/Coder.h index bf048401b..2adeacfcb 100644 --- a/Headers/gnustep/base/Coder.h +++ b/Headers/gnustep/base/Coder.h @@ -30,6 +30,7 @@ @class Stream; @class Dictionary; @class Stack; +@class Set; @interface Coder : NSObject { @@ -42,7 +43,7 @@ Dictionary *const_ptr_table; /* read/written const *'s */ Stack *root_object_tables; /* Stack of Dicts for interconnt'd objs */ Stack *forward_object_tables; /* Stack of Dictionaries for frwd refs */ - Dictionary *in_progress_table; /* objects started r/w, but !finished */ + Set *in_progress_table; /* objects started r/w, but !finished */ } + (void) setDefaultStreamClass: sc; diff --git a/Source/objects/Coder.h b/Source/objects/Coder.h index bf048401b..2adeacfcb 100644 --- a/Source/objects/Coder.h +++ b/Source/objects/Coder.h @@ -30,6 +30,7 @@ @class Stream; @class Dictionary; @class Stack; +@class Set; @interface Coder : NSObject { @@ -42,7 +43,7 @@ Dictionary *const_ptr_table; /* read/written const *'s */ Stack *root_object_tables; /* Stack of Dicts for interconnt'd objs */ Stack *forward_object_tables; /* Stack of Dictionaries for frwd refs */ - Dictionary *in_progress_table; /* objects started r/w, but !finished */ + Set *in_progress_table; /* objects started r/w, but !finished */ } + (void) setDefaultStreamClass: sc;