compelete fix issue 5060: change CodedOutputStream to CodedOutputStream*

This commit is contained in:
Wang Kirin 2019-06-04 20:20:45 +08:00 committed by Adam Cozzette
parent 77f03d932a
commit e08f01ce6a

2
src/google/protobuf/io/coded_stream.h Normal file → Executable file
View File

@ -664,7 +664,7 @@ class PROTOBUF_EXPORT CodedInputStream {
// individual value.
// i.e., in the example above:
//
// CodedOutputStream coded_output = new CodedOutputStream(raw_output);
// CodedOutputStream* coded_output = new CodedOutputStream(raw_output);
// int magic_number = 1234;
// char text[] = "Hello world!";
//