diff --git a/Source/Proxy.m b/Source/Proxy.m index 115282bd8..cc0ddae36 100644 --- a/Source/Proxy.m +++ b/Source/Proxy.m @@ -1,5 +1,5 @@ /* Implementation of GNU Objective-C Proxy for remote object messaging - Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. Written by: Andrew Kachites McCallum Date: July 1994 @@ -107,6 +107,11 @@ static id tmp_kludge_protocol = nil; return self; } +- awakeAfterUsingCoder: aDecoder +{ + return self; +} + #if NeXT_runtime + class {