[Rprotobuf-commits] r424 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 7 21:13:47 CEST 2011


Author: edd
Date: 2011-07-07 21:13:46 +0200 (Thu, 07 Jul 2011)
New Revision: 424

Modified:
   pkg/src/wrapper_FileDescriptor.cpp
Log:
correction to application of small patch by Murray


Modified: pkg/src/wrapper_FileDescriptor.cpp
===================================================================
--- pkg/src/wrapper_FileDescriptor.cpp	2011-07-07 10:16:07 UTC (rev 423)
+++ pkg/src/wrapper_FileDescriptor.cpp	2011-07-07 19:13:46 UTC (rev 424)
@@ -73,8 +73,8 @@
 	return res; 
 }
 
-RCPP_FUNCTION_1( std::string, METHOD(name), Rcpp::XPtr<GPB::EnumDescriptor> desc ){
-	return desc->full_name() ;
+RCPP_FUNCTION_1( std::string, METHOD(name), Rcpp::XPtr<GPB::FileDescriptor> desc ){
+	return desc->name() ;
 }
 
 #undef METHOD



More information about the Rprotobuf-commits mailing list