diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-03 09:16:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-03 09:16:21 +0200 |
commit | 2650fe1faaee8202cb7361f2e8cf0c790c3fd946 (patch) | |
tree | 16efdbbf55d9ffd4676e287a50e111fb043b4bff /libbuild2/target.hxx | |
parent | 1cc657a1ae2d496c0467a7c33257aa3cd2bfc3a8 (diff) |
Get rid of remaining typedef's
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 |