Skip to content

Commit 9a40fe4

Browse files
committed
fixed the class InternalFunction_Impl adding the method update.
1 parent d02a3a1 commit 9a40fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/InternalFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace Rcpp{
3434
RCPP_GENERATE_CTOR_ASSIGN(InternalFunction_Impl)
3535

3636
#include <Rcpp/generated/InternalFunction__ctors.h>
37-
37+
void update(SEXP){}
3838
private:
3939

4040
inline void set( SEXP xp){

0 commit comments

Comments
 (0)