aboutsummaryrefslogtreecommitdiff
path: root/build2/file.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file.hxx')
-rw-r--r--build2/file.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/file.hxx b/build2/file.hxx
index bb136cf..9f93365 100644
--- a/build2/file.hxx
+++ b/build2/file.hxx
@@ -19,7 +19,7 @@ namespace build2
class location;
class prerequisite_key;
- using subprojects = std::map<string, dir_path>;
+ using subprojects = std::map<project_name, dir_path>;
ostream&
operator<< (ostream&, const subprojects&); // Print as name@dir sequence.