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

16 lines
444 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_generator.h
--- protoc-c/c_generator.h.orig
+++ protoc-c/c_generator.h
@@ -93,9 +93,6 @@ class PROTOC_C_EXPORT CGenerator : public CodeGenerato
const std::string& parameter,
OutputDirectory* output_directory,
std::string* error) const;
-
- private:
- GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CGenerator);
};
} // namespace c