aboutsummaryrefslogtreecommitdiff
path: root/build2/diagnostics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/diagnostics.cxx')
-rw-r--r--build2/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}