[Rcpp-commits] r1086 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 19 22:04:06 CEST 2010
Author: romain
Date: 2010-04-19 22:04:06 +0200 (Mon, 19 Apr 2010)
New Revision: 1086
Modified:
pkg/Rcpp/inst/include/Rcpp/preprocessor.h
Log:
oops
Modified: pkg/Rcpp/inst/include/Rcpp/preprocessor.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/preprocessor.h 2010-04-19 20:03:14 UTC (rev 1085)
+++ pkg/Rcpp/inst/include/Rcpp/preprocessor.h 2010-04-19 20:04:06 UTC (rev 1086)
@@ -31,7 +31,7 @@
converter( ) : x(R_NilValue){} ;
converter( SEXP x_) : x(x_){} ;
converter( const converter& other) : x(other.x){}
- operator=( const converter& other){
+ converter& operator=( const converter& other){
x = other.x ;
return *this ;
}
More information about the Rcpp-commits
mailing list