We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6101b83 commit 173955eCopy full SHA for 173955e
Source/OCMock/NSObject+OCMAdditions.m
@@ -46,7 +46,7 @@ + (IMP)instanceMethodForwarderForSelector:(SEL)aSelector
46
}
47
48
if(needsStructureReturn)
49
- return (SEL)_objc_msgForward_stret;
+ return (IMP)_objc_msgForward_stret;
50
#endif
51
52
return _objc_msgForward;
0 commit comments