ports/devel/protobuf-c/patches/patch-protoc-c_c_message_field_h

17 lines
476 B
Text
Raw Normal View History

2023-09-17 04:05:06 +00:00
https://github.com/protobuf-c/protobuf-c/pull/673
Index: protoc-c/c_message_field.h
--- protoc-c/c_message_field.h.orig
+++ protoc-c/c_message_field.h
@@ -82,10 +82,6 @@ class MessageFieldGenerator : public FieldGenerator {
void GenerateDescriptorInitializer(io::Printer* printer) const;
std::string GetDefaultValue(void) const;
void GenerateStaticInit(io::Printer* printer) const;
-
- private:
-
- GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MessageFieldGenerator);
};