mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@601 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9097909752
commit
8718b43b7a
2 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
@class Stream;
|
||||
@class Dictionary;
|
||||
@class Stack;
|
||||
@class Set;
|
||||
|
||||
@interface Coder : NSObject <Encoding, Decoding>
|
||||
{
|
||||
|
@ -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;
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
@class Stream;
|
||||
@class Dictionary;
|
||||
@class Stack;
|
||||
@class Set;
|
||||
|
||||
@interface Coder : NSObject <Encoding, Decoding>
|
||||
{
|
||||
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue