From c5854855bf832cf0112d14fa02b541adb17c79a2 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Thu, 23 Mar 1995 03:38:44 +0000 Subject: [PATCH] (autorelease): Implemented. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@173 72102866-910b-0410-8b05-ffd578937521 --- Source/RetainingNotifier.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/RetainingNotifier.m b/Source/RetainingNotifier.m index da50f35e3..3f103569d 100644 --- a/Source/RetainingNotifier.m +++ b/Source/RetainingNotifier.m @@ -81,8 +81,7 @@ /* xxx Deal with this. */ - autorelease { - [self notImplemented:_cmd]; - return nil; + return [super autorelease]; } - registerForInvalidationNotification: (id )anObject