Skip to content

Commit 1f96d70

Browse files
committed
another missing return added in a further correction to #287
1 parent 844907f commit 1f96d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/include/Rcpp/InternalFunctionWithStdFunction.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ namespace Rcpp{
5454

5555
SEXP operator()(SEXP* args) {
5656
call<void, Args...>(fun, args);
57+
return R_NilValue;
5758
}
5859

5960
private:

0 commit comments

Comments
 (0)