From 545bb9cbf0b3eeaa24c8dcd6bb616f4cf559bf8e Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 19 Mar 1996 20:33:46 +0000 Subject: [PATCH] ([Encoder -encodeBytes:count:withName:]): Update for new argument types. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1225 72102866-910b-0410-8b05-ffd578937521 --- Source/Encoder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Encoder.m b/Source/Encoder.m index b709c5f7c..a2218794e 100644 --- a/Source/Encoder.m +++ b/Source/Encoder.m @@ -330,7 +330,7 @@ my_object_is_class(id object) withName:name]; } -- (void) encodeBytes: (const char *)b +- (void) encodeBytes: (const void *)b count: (unsigned)c withName: (id )name {