diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Dependencies.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index 2a3030c89..5b0bf3187 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -16,8 +16,8 @@ namespace vcpkg::Dependencies struct install_plan_action { install_plan_type type; - std::unique_ptr<BinaryParagraph> bpgh; - std::unique_ptr<SourceParagraph> spgh; + std::unique_ptr<BinaryParagraph> binary_pgh; + std::unique_ptr<SourceParagraph> source_pgh; }; struct package_spec_with_install_plan |
