From 94f172de827ed0d3aabdc06e2d64a19d18dd552b Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 9 Jul 2024 15:06:25 -0700 Subject: [PATCH] internal changes to plugin PiperOrigin-RevId: 650770447 --- src/google/protobuf/compiler/plugin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/google/protobuf/compiler/plugin.cc b/src/google/protobuf/compiler/plugin.cc index 7c498e2f1e..b1c8e2c59d 100644 --- a/src/google/protobuf/compiler/plugin.cc +++ b/src/google/protobuf/compiler/plugin.cc @@ -59,6 +59,7 @@ class GeneratorResponseContext : public GeneratorContext { return new io::StringOutputStream(file->mutable_content()); } + io::ZeroCopyOutputStream* OpenForInsert( const std::string& filename, const std::string& insertion_point) override {