Skip to content

Commit

Permalink
PR fixes introduced a minor bug, need to update release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarneo authored Dec 15, 2017
1 parent 3128191 commit 6be4d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/private/CBCRuntime.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void CBCCatalogInvokeFromClassAndSelector(Class aClass, SEL selector, void *retV
invocation.selector = selector;
invocation.target = aClass;
[invocation invoke];
[invocation getReturnValue:&retValue];
[invocation getReturnValue:retValue];
}
}

Expand Down

0 comments on commit 6be4d71

Please sign in to comment.