From 2c2f76c50f7122f2c3f4adbde021ad4f110cd066 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 16 Apr 2015 15:28:32 -0700 Subject: fixing field number of csharp_umbrella_namespace option --- src/google/protobuf/descriptor.pb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/google/protobuf/descriptor.pb.h') diff --git a/src/google/protobuf/descriptor.pb.h b/src/google/protobuf/descriptor.pb.h index 6082d182..106fc0b3 100644 --- a/src/google/protobuf/descriptor.pb.h +++ b/src/google/protobuf/descriptor.pb.h @@ -1849,10 +1849,10 @@ class LIBPROTOBUF_EXPORT FileOptions : public ::google::protobuf::Message { ::std::string* release_csharp_namespace(); void set_allocated_csharp_namespace(::std::string* csharp_namespace); - // optional string csharp_umbrella_namespace = 48; + // optional string csharp_umbrella_namespace = 38; bool has_csharp_umbrella_namespace() const; void clear_csharp_umbrella_namespace(); - static const int kCsharpUmbrellaNamespaceFieldNumber = 48; + static const int kCsharpUmbrellaNamespaceFieldNumber = 38; const ::std::string& csharp_umbrella_namespace() const; void set_csharp_umbrella_namespace(const ::std::string& value); void set_csharp_umbrella_namespace(const char* value); @@ -5600,7 +5600,7 @@ inline void FileOptions::set_allocated_csharp_namespace(::std::string* csharp_na // @@protoc_insertion_point(field_set_allocated:google.protobuf.FileOptions.csharp_namespace) } -// optional string csharp_umbrella_namespace = 48; +// optional string csharp_umbrella_namespace = 38; inline bool FileOptions::has_csharp_umbrella_namespace() const { return (_has_bits_[0] & 0x00004000u) != 0; } -- cgit v1.2.3