summaryrefslogtreecommitdiff
path: root/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch
blob: 218dec00f872ef4391422a7ec5af69fae5f7a7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/protobuf-c/protobuf-c/commit/7456d1621223d425b8a3fd74e435a79c046169fb

--- /t/generated-code2/cxx-generate-packed-data.cc
+++ /t/generated-code2/cxx-generate-packed-data.cc
@@ -998,7 +998,7 @@
 static void dump_test_unknown_fields (void)
 {
   EmptyMess mess;
-  const google::protobuf::Message::Reflection *reflection = mess.GetReflection();
+  const google::protobuf::Reflection *reflection = mess.GetReflection();
   google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess);
 
 #if GOOGLE_PROTOBUF_VERSION >= 2001000