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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 12 10:20:40 CET 2010


Author: romain
Date: 2010-12-12 10:20:39 +0100 (Sun, 12 Dec 2010)
New Revision: 2777

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

Modified: pkg/Rcpp/inst/include/Rcpp/Module.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/Module.h	2010-12-12 09:16:24 UTC (rev 2776)
+++ pkg/Rcpp/inst/include/Rcpp/Module.h	2010-12-12 09:20:39 UTC (rev 2777)
@@ -193,8 +193,8 @@
     std::string docstring ;
     
     inline int nargs(){ return ctor->nargs() ; }
-    inline const SEXP signature(const std::string& class_name){ 
-        return ctor->signature(class_name) ;
+    inline void signature(std::string& buffer, const std::string& class_name){ 
+        ctor->signature(buffer, class_name) ;
     }
 } ;
 



More information about the Rcpp-commits mailing list