Skip to content

Commit 5ce0b4c

Browse files
typo
1 parent 280354f commit 5ce0b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/Reference.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Rcpp{
5656
Reference_Impl( const std::string& klass ) {
5757
SEXP newSym = Rf_install("new");
5858
Shield<SEXP> call( Rf_lang2( newSym, Rf_mkString( klass.c_str() ) ) );
59-
Storage::set_( Rcpp_eval( call ) ) ;
59+
Storage::set__( Rcpp_eval( call ) ) ;
6060
}
6161

6262
void update( SEXP x){

0 commit comments

Comments
 (0)