diff options
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 9a4aed5..eb958c8 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -1499,7 +1499,7 @@ namespace build2 public: using mtime_target::mtime_target; - typedef build2::path path_type; + using path_type = build2::path; // Target path is an "atomic consistent cash". That is, it can be set at // any time (including on a const instance) but any subsequent updates |