diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 12:36:27 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 21:52:43 -0800 |
| commit | 884cd176b05a76e7fbba924685a0d71c3dea0f9b (patch) | |
| tree | 3bee9768900cb2594aeb236ba8f12fbfdb08caaf /toolsrc/include | |
| parent | 661776fe29344c431731e5ae464da4942b38bf79 (diff) | |
| download | vcpkg-884cd176b05a76e7fbba924685a0d71c3dea0f9b.tar.gz vcpkg-884cd176b05a76e7fbba924685a0d71c3dea0f9b.zip | |
Renames and formatting
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 |
