From: Laszlo Boszormenyi (GCS) Date: Sat, 9 May 2026 13:29:42 +0000 (+0000) Subject: X-Git-Tag: archive/raspbian/0.23.0-3+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55ee8ef17c487cfcaf346ffea3cb221009a31682;p=thrift.git TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. thrift (0.22.0-1) UNRELEASED; urgency=medium * New major upstream release. * Update patches. Gbp-Pq: Name remove_overrides.patch --- diff --git a/test/cpp/src/TestServer.cpp b/test/cpp/src/TestServer.cpp index 7bb40a0..1545e22 100644 --- a/test/cpp/src/TestServer.cpp +++ b/test/cpp/src/TestServer.cpp @@ -140,7 +140,7 @@ public: _return = thing; } - void testUuid(apache::thrift::TUuid& _return, const apache::thrift::TUuid& thing) override { + void testUuid(apache::thrift::TUuid& _return, const apache::thrift::TUuid& thing) { printf("testUuid(\"{%s}\")\n", to_string(thing).c_str()); _return = thing; } @@ -455,7 +455,7 @@ public: cob(res); } - void testUuid(::std::function cob, const apache::thrift::TUuid& thing) override { + void testUuid(::std::function cob, const apache::thrift::TUuid& thing) { TUuid res; _delegate->testUuid(res, thing); cob(res);