diff --git a/ChangeLog b/ChangeLog index 44cde51..c61e8d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-20 David Ayers + + * EOControl/EOFault.m ([EOFault respondsToSelector:]): Temporarily + add private declaration of GSObjCGetMethod() until the replacement + is in place. + 2003-05-16 David Ayers * EOAccess/EOAttribute.m ([EOAttribute -encodeIntoPropertyList:]): diff --git a/EOControl/EOFault.m b/EOControl/EOFault.m index 401c10e..6cb920b 100644 --- a/EOControl/EOFault.m +++ b/EOControl/EOFault.m @@ -313,6 +313,9 @@ static Class EOFaultClass = NULL; { Class class; BOOL respondsToSelector; + /* Ayers 2003-05-20: This declaration is a temporary hack + until a more consistent set of function is in place in GSObjCRuntime.h */ + extern IMP GSObjCGetMethod(Class class, SEL sel); NSDebugFLLog(@"gsdb", @"START self=%p", self);