From 5417243b54862d0e5f0214dde2b84eb90a100bf2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 09:22:00 +0200 Subject: Adjust abs_dir_path usage to take advantage of inheritance --- build2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/file.cxx') diff --git a/build2/file.cxx b/build2/file.cxx index c3d2273..4b0795c 100644 --- a/build2/file.cxx +++ b/build2/file.cxx @@ -872,7 +872,7 @@ namespace build2 if (auto l = iroot[var]) { - out_root = cast (l); + out_root = cast (l); config::save_variable (iroot, var); // Mark as part of configuration. } else -- cgit v1.1