diff options
-rw-r--r-- | libbuild2/dump.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dump.cxx b/libbuild2/dump.cxx index 11eb4b3..95c7cae 100644 --- a/libbuild2/dump.cxx +++ b/libbuild2/dump.cxx @@ -352,7 +352,7 @@ namespace build2 { auto& re (*s.root_scope ()->root_extra); - for (const adhoc_recipe r: t.adhoc_recipes) + for (const adhoc_recipe& r: t.adhoc_recipes) { os << endl << ind << '%'; |