mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Fix error in class for zombie
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29259 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1976d23bb
commit
93b94d87b2
1 changed files with 1 additions and 2 deletions
|
@ -2471,8 +2471,7 @@ objc_create_block_classes_as_subclasses_of(Class super) __attribute__((weak));
|
|||
@implementation NSZombie
|
||||
- (Class) class
|
||||
{
|
||||
GSLogZombie(self, @selector(class));
|
||||
return (Class)0;
|
||||
return (Class)isa;
|
||||
}
|
||||
- (Class) originalClass
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue