From dc8b44e8d1354aa43f7aade825ad5a5f56bae1e8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2022 11:01:21 +0200 Subject: Adjust to diagnostics epilogue interface change --- bbot/diagnostics.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx index c5a81d7..b98e7c5 100644 --- a/bbot/diagnostics.hxx +++ b/bbot/diagnostics.hxx @@ -134,9 +134,9 @@ namespace bbot indent, nullptr, data, - [](const diag_record& r) + [](const diag_record& r, butl::diag_writer* w) { - r.flush (); + r.flush (w); throw failed (); }) {} -- cgit v1.1