From 83d5e6063f670134303a3396219f63eaac0aedff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 09:59:38 +0200 Subject: Change function names to make VC happy --- build2/cc/install.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/install.cxx') diff --git a/build2/cc/install.cxx b/build2/cc/install.cxx index a69cc52..48054bf 100644 --- a/build2/cc/install.cxx +++ b/build2/cc/install.cxx @@ -108,7 +108,7 @@ namespace build2 auto rm = [&id, this] (const path& l) { - return uninstall (id, nullptr, l.leaf (), false); + return uninstall_f (id, nullptr, l.leaf (), false); }; const path& lk (lp.link); -- cgit v1.1