Skip to content

Commit 15bcbce

Browse files
s/DataFrame/DataFrame_Impl/
1 parent 8efdc85 commit 15bcbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/DataFrame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace Rcpp{
9393
}
9494
}
9595
if( use_default_strings_as_factors )
96-
return DataFrame(obj) ;
96+
return DataFrame_Impl(obj) ;
9797
SEXP as_df_symb = Rf_install("as.data.frame");
9898
SEXP strings_as_factors_symb = Rf_install("stringsAsFactors");
9999

0 commit comments

Comments
 (0)