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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 10 16:56:50 CET 2012


Author: edd
Date: 2012-12-10 16:56:50 +0100 (Mon, 10 Dec 2012)
New Revision: 4135

Modified:
   pkg/Rcpp/inst/include/Rcpp/DataFrame.h
Log:
typo corrected

Modified: pkg/Rcpp/inst/include/Rcpp/DataFrame.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/DataFrame.h	2012-12-10 15:44:33 UTC (rev 4134)
+++ pkg/Rcpp/inst/include/Rcpp/DataFrame.h	2012-12-10 15:56:50 UTC (rev 4135)
@@ -23,7 +23,7 @@
 #define Rcpp__DataFrame_h
 
 #include <Rcpp/RObject.h>
-#include <Rcpp/vector/00_forward_vector.h>
+#include <Rcpp/vector/00_forward_Vector.h>
 
 namespace Rcpp{
         



More information about the Rcpp-commits mailing list