[Rcpp-commits] r1718 - pkg/Rcpp/inst/include/Rcpp/vector

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 24 20:06:40 CEST 2010


Author: romain
Date: 2010-06-24 20:06:39 +0200 (Thu, 24 Jun 2010)
New Revision: 1718

Modified:
   pkg/Rcpp/inst/include/Rcpp/vector/RangeIndexer.h
Log:
forgot public:

Modified: pkg/Rcpp/inst/include/Rcpp/vector/RangeIndexer.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/vector/RangeIndexer.h	2010-06-24 18:05:43 UTC (rev 1717)
+++ pkg/Rcpp/inst/include/Rcpp/vector/RangeIndexer.h	2010-06-24 18:06:39 UTC (rev 1718)
@@ -26,6 +26,7 @@
 
 template <int RTYPE, typename VECTOR>
 class RangeIndexer {
+public:
 	typedef typename VECTOR::Proxy Proxy ;
 	
 	// TODO: check if the indexer is valid



More information about the Rcpp-commits mailing list