Skip to content

Commit

Permalink
super_class call changed to super for 32 bit build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mitchell committed Apr 29, 2012
1 parent 9ed6df2 commit ca4ffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSCocoa/JSCocoaController.m
Original file line number Diff line number Diff line change
Expand Up @@ -4565,7 +4565,7 @@ static JSValueRef jsCocoaObject_callAsFunction_ffi(JSContextRef ctx, JSObjectRef
//#elif TARGET_IPHONE_SIMULATOR || !TARGET_OS_IPHONE
// _super.class = superSelectorClass;
#else
_super.super_class = superSelectorClass;
_super.class = superSelectorClass;
#endif
superPointer = &_super;
values[0] = &superPointer;
Expand Down

0 comments on commit ca4ffe7

Please sign in to comment.