diff options
Diffstat (limited to 'build/b.cxx')
-rw-r--r-- | build/b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/b.cxx b/build/b.cxx index 49abe5c..49fb027 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -573,7 +573,7 @@ main (int argc, char* argv[]) // if (auto v = rs.ro_variables ()["subprojects"]) { - for (const name& n: v.as<const list_value&> ().data) + for (const name& n: v.as<const list_value&> ()) { // Should be a list of directories. // |