[Rcpp-commits] r3822 - pkg/Rcpp/inst/include/Rcpp/internal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 23 17:12:35 CEST 2012


Author: romain
Date: 2012-10-23 17:12:34 +0200 (Tue, 23 Oct 2012)
New Revision: 3822

Modified:
   pkg/Rcpp/inst/include/Rcpp/internal/wrap.h
Log:
oops

Modified: pkg/Rcpp/inst/include/Rcpp/internal/wrap.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/internal/wrap.h	2012-10-23 15:08:52 UTC (rev 3821)
+++ pkg/Rcpp/inst/include/Rcpp/internal/wrap.h	2012-10-23 15:12:34 UTC (rev 3822)
@@ -813,7 +813,7 @@
 
 template <typename Class, typename T>
 inline SEXP module_wrap( const T& obj ){
-	return module_wrap_dispatch<Class,T>( obj, Rcpp::traits::module_wrap_traits<Class,T>::category() ) ;	
+	return module_wrap_dispatch<Class,T>( obj, typename Rcpp::traits::module_wrap_traits<Class,T>::category() ) ;	
 }
 
 // special case - FIXME : this is not template specializations of wrap<>



More information about the Rcpp-commits mailing list