aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule
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/install/rule
parent88bedd3896e383e550203e0056fd3b19dd2cef66 (diff)
Change function names to make VC happy
Diffstat (limited to 'build2/install/rule')
-rw-r--r--build2/install/rule8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/install/rule b/build2/install/rule
index 56cd8f9..4ad91bb 100644
--- a/build2/install/rule
+++ b/build2/install/rule
@@ -79,10 +79,10 @@ namespace build2
// exist).
//
static bool
- uninstall (const install_dir& base,
- file* t,
- const path& name,
- bool verbose);
+ uninstall_f (const install_dir& base,
+ file* t,
+ const path& name,
+ bool verbose);
private:
target_state