diff options
Diffstat (limited to 'libbuild2/algorithm.cxx')
-rw-r--r-- | libbuild2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.cxx b/libbuild2/algorithm.cxx index d2d1eb6..d1cd474 100644 --- a/libbuild2/algorithm.cxx +++ b/libbuild2/algorithm.cxx @@ -861,7 +861,7 @@ namespace build2 // bool ambig (false); - diag_record dr; + maybe_diag_record dr; for (++i; i != rs.second; ++i) { const rule_match* r1 (&*i); |