Skip to content

Commit a5521fd

Browse files
update did not have the right interface
1 parent c00b7aa commit a5521fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/include/Rcpp/Formula.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace Rcpp{
7070
Storage::set__( internal::convert_using_rfunction( ::Rf_mkString(code.c_str()), "as.formula") ) ;
7171
}
7272

73-
void update(){}
73+
void update(SEXP){}
7474

7575
} ;
7676

inst/include/Rcpp/Symbol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ namespace Rcpp{
6868
return ! strcmp(other, c_str() );
6969
}
7070

71-
void update(){}
71+
void update(SEXP){}
7272
};
7373

7474
typedef Symbol_Impl<NoProtectStorage> Symbol;

0 commit comments

Comments
 (0)