summaryrefslogtreecommitdiff
path: root/Objective-C
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C')
-rw-r--r--Objective-C/libobjcl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objective-C/libobjcl.m b/Objective-C/libobjcl.m
index 54684bf..06620e2 100644
--- a/Objective-C/libobjcl.m
+++ b/Objective-C/libobjcl.m
@@ -386,7 +386,7 @@ objcl_get_method_implementation (id object,
Class target_class;
/* struct objc_super super_struct;
super_struct.receiver = object;
- super_struct.super_class = superclass_for_send_super;
+ super_struct.class = superclass_for_send_super;
*/
if (objcl_object_is_class (object))