diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/diagnostics.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/diagnostics.hxx b/libbuild2/diagnostics.hxx index 17996b1..48dfe36 100644 --- a/libbuild2/diagnostics.hxx +++ b/libbuild2/diagnostics.hxx @@ -661,10 +661,10 @@ namespace build2 const void* data = nullptr) : basic_mark_base (type, data, - [](const butl::diag_record& r) + [](const butl::diag_record& r, butl::diag_writer* w) { diag_frame::apply (r); - r.flush (); + r.flush (w); throw failed (); }, &stream_verb_map, |