From f5d86339adc16b8aaf7973fdab14de6a9828377a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2022 10:58:17 +0200 Subject: Adjust to diagnostics epilogue interface change --- bdep/diagnostics.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/diagnostics.hxx') diff --git a/bdep/diagnostics.hxx b/bdep/diagnostics.hxx index e560724..689e4eb 100644 --- a/bdep/diagnostics.hxx +++ b/bdep/diagnostics.hxx @@ -241,9 +241,9 @@ namespace bdep : basic_mark_base (type, nullptr, data, - [](const diag_record& r) + [](const diag_record& r, butl::diag_writer* w) { - r.flush (); + r.flush (w); throw failed (); }) {} }; -- cgit v1.1