From a1f459f8446370704695919b3131653300866ee9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 May 2017 10:41:20 +0200 Subject: Implement parsing of C++ module declarations --- build2/diagnostics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/diagnostics.cxx') diff --git a/build2/diagnostics.cxx b/build2/diagnostics.cxx index 25339f7..7b5663a 100644 --- a/build2/diagnostics.cxx +++ b/build2/diagnostics.cxx @@ -94,7 +94,7 @@ namespace build2 const basic_mark error ("error"); const basic_mark warn ("warning"); const basic_mark info ("info"); - const basic_mark text (nullptr, nullptr); // No type/frame. + const basic_mark text (nullptr, nullptr, nullptr); // No type/data/frame. const fail_mark fail ("error"); const fail_end endf; } -- cgit v1.1