[Rcpp-commits] r1463 - pkg/Rcpp/inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 7 13:33:56 CEST 2010


Author: romain
Date: 2010-06-07 13:33:55 +0200 (Mon, 07 Jun 2010)
New Revision: 1463

Modified:
   pkg/Rcpp/inst/include/Rcpp/Module.h
Log:
typo

Modified: pkg/Rcpp/inst/include/Rcpp/Module.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/Module.h	2010-06-07 11:33:04 UTC (rev 1462)
+++ pkg/Rcpp/inst/include/Rcpp/Module.h	2010-06-07 11:33:55 UTC (rev 1463)
@@ -90,7 +90,7 @@
 		Module()  ;
 		Module(const char* name_)  ;
 		      
-		SEXP invoke( const std::string& /* name */ SEXP* /* args */, int /* nargs */ ) ;                        
+		SEXP invoke( const std::string& /* name */,  SEXP* /* args */, int /* nargs */ ) ;                        
 		
 		Rcpp::IntegerVector functions_arity() ;
 		Rcpp::CharacterVector class_names() ;



More information about the Rcpp-commits mailing list