Skip to content

Commit 0407f67

Browse files
committed
Merge pull request #152 from omazapa/master
fixed the class InternalFunction_Impl adding the method update. Thanks for this!
2 parents d02a3a1 + 9a40fe4 commit 0407f67

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)