aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/python/python_generator.h
diff options
context:
space:
mode:
authorGravatar Krishna <krishna.nm86@gmail.com>2014-12-11 07:45:32 +0100
committerGravatar Krishna <krishna.nm86@gmail.com>2014-12-11 07:45:32 +0100
commit060a2096a3f3d7c66a64a1a41a1d2e1e18aea82d (patch)
tree8a4536427113ce6127313c687bf69b64e332abcb /src/google/protobuf/compiler/python/python_generator.h
parent7654f78029030238c6dff3826671393f4e6db359 (diff)
Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.cc
Diffstat (limited to 'src/google/protobuf/compiler/python/python_generator.h')
-rw-r--r--src/google/protobuf/compiler/python/python_generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/python/python_generator.h b/src/google/protobuf/compiler/python/python_generator.h
index 6b8b76f3..ee68ad72 100644
--- a/src/google/protobuf/compiler/python/python_generator.h
+++ b/src/google/protobuf/compiler/python/python_generator.h
@@ -127,7 +127,7 @@ class LIBPROTOC_EXPORT Generator : public CodeGenerator {
void PrintServiceDescriptor(const ServiceDescriptor& descriptor) const;
void PrintServiceClass(const ServiceDescriptor& descriptor) const;
void PrintServiceStub(const ServiceDescriptor& descriptor) const;
- void PrintDescriptorKeyAndModuleName(const ServiceDescriptor& descriptor, const char* keyandmodule) const ;
+ void PrintDescriptorKeyAndModuleName(const ServiceDescriptor& descriptor) const ;
void PrintEnumValueDescriptor(const EnumValueDescriptor& descriptor) const;
string OptionsValue(const string& class_name,