aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_ci.cpp')
-rw-r--r--toolsrc/src/commands_ci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp
index ca5e8a9a9..fda9f1716 100644
--- a/toolsrc/src/commands_ci.cpp
+++ b/toolsrc/src/commands_ci.cpp
@@ -77,7 +77,7 @@ namespace vcpkg::Commands::CI
}
std::map<BuildResult, int> summary;
- for (const BuildResult& v : Build::BuildResult_values)
+ for (const BuildResult& v : Build::BUILD_RESULT_VALUES)
{
summary[v] = 0;
}