From 2650fe1faaee8202cb7361f2e8cf0c790c3fd946 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Jun 2020 09:16:21 +0200 Subject: Get rid of remaining typedef's --- libbuild2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.hxx') 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 -- cgit v1.1