diff options
Diffstat (limited to 'libbuild2/test/script/script.hxx')
-rw-r--r-- | libbuild2/test/script/script.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/test/script/script.hxx b/libbuild2/test/script/script.hxx index 30bc6e8..f4ef32a 100644 --- a/libbuild2/test/script/script.hxx +++ b/libbuild2/test/script/script.hxx @@ -546,9 +546,9 @@ namespace build2 friend class parser; // Testscript file paths. Specifically, replay_token::file points to - // these paths. + // these path names. // - std::set<path> paths_; + std::set<path_name_value> paths_; }; } } |