Merge pull request #8518 from neheb/i
[feed/packages.git] / libs / protobuf-c / patches / 001-t-generated-code2-cxx-generate-packed-data-fix.patch
1 Index: protobuf-c-1.3.1/t/generated-code2/cxx-generate-packed-data.cc
2 ===================================================================
3 --- protobuf-c-1.3.1.orig/t/generated-code2/cxx-generate-packed-data.cc
4 +++ protobuf-c-1.3.1/t/generated-code2/cxx-generate-packed-data.cc
5 @@ -998,7 +998,7 @@ static void dump_test_packed_repeated_en
6 static void dump_test_unknown_fields (void)
7 {
8 EmptyMess mess;
9 - const google::protobuf::Message::Reflection *reflection = mess.GetReflection();
10 + const google::protobuf::Reflection *reflection = mess.GetReflection();
11 google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess);
12
13 #if GOOGLE_PROTOBUF_VERSION >= 2001000