aboutsummaryrefslogtreecommitdiff
path: root/build2/install/operation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/operation.hxx')
-rw-r--r--build2/install/operation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/install/operation.hxx b/build2/install/operation.hxx
index 1529621..0d96faf 100644
--- a/build2/install/operation.hxx
+++ b/build2/install/operation.hxx
@@ -14,8 +14,8 @@ namespace build2
{
namespace install
{
- extern const operation_info install;
- extern const operation_info uninstall;
+ extern const operation_info op_install;
+ extern const operation_info op_uninstall;
}
}