Commit e08f01ce authored by Wang Kirin's avatar Wang Kirin Committed by Adam Cozzette

compelete fix issue 5060: change CodedOutputStream to CodedOutputStream*

parent 77f03d93
......@@ -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!";
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment