protoc-deprecated-method-becomes-public.patch 476 B

12345678910
  1. --- a/src/google/protobuf/compiler/importer.h (0dd6d02cb89a06c67e29040284d9239dfe0024b7)
  2. +++ b/src/google/protobuf/compiler/importer.h (192810303a994f7cbd6bf596a3d56393bfefee6c)
  3. @@ -216,7 +216,6 @@ class PROTOBUF_EXPORT MultiFileErrorCollector {
  4. PROTOBUF_IGNORE_DEPRECATION_STOP
  5. }
  6. - private:
  7. // These should never be called directly, but if a legacy class overrides
  8. // them they'll get routed to by the Record* methods.
  9. Y_ABSL_DEPRECATED("Use RecordError")