aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 09:59:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 10:00:35 +0200
commit83d5e6063f670134303a3396219f63eaac0aedff (patch)
tree1bf57f618f491e2cd2ac1479bace603864fc31d0 /build2/cc/install.cxx
parent88bedd3896e383e550203e0056fd3b19dd2cef66 (diff)
Change function names to make VC happy
Diffstat (limited to 'build2/cc/install.cxx')
-rw-r--r--build2/cc/install.cxx2
1 files changed, 1 insertions, 1 deletions
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);