aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/ci-types.hxx')
-rw-r--r--bdep/ci-types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/ci-types.hxx b/bdep/ci-types.hxx
index 4b2ab6d..522b730 100644
--- a/bdep/ci-types.hxx
+++ b/bdep/ci-types.hxx
@@ -14,7 +14,7 @@ namespace bdep
// This type is intended for accumulating package manifest override values
// from all the override-related options (see ci-parsers.hxx for details).
//
- class ci_override: public vector<butl::manifest_name_value>
+ class cmd_ci_override: public vector<butl::manifest_name_value>
{
};
}