Skip to content

Commit

Permalink
Update NSObject+OCMAdditions.m
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Jan 27, 2024
1 parent 6101b83 commit 173955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OCMock/NSObject+OCMAdditions.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ + (IMP)instanceMethodForwarderForSelector:(SEL)aSelector
}

if(needsStructureReturn)
return (SEL)_objc_msgForward_stret;
return (IMP)_objc_msgForward_stret;
#endif

return _objc_msgForward;
Expand Down

0 comments on commit 173955e

Please sign in to comment.