diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 13:58:58 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 21:52:43 -0800 |
| commit | b4e9322a11aa2d0d9b0f1c0f960d921ce51e1c0f (patch) | |
| tree | 8b0b8d4849ed095074abc90a367ca6af7c87dab2 /toolsrc/include | |
| parent | e461467affad578d2e13a5c8f18cc37ee3007938 (diff) | |
| download | vcpkg-b4e9322a11aa2d0d9b0f1c0f960d921ce51e1c0f.tar.gz vcpkg-b4e9322a11aa2d0d9b0f1c0f960d921ce51e1c0f.zip | |
Rename field
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Dependencies.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index b987a6b38..ac4a13e84 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -21,7 +21,7 @@ namespace vcpkg::Dependencies struct install_plan_action { - install_plan_type type; + install_plan_type plan_type; std::unique_ptr<BinaryParagraph> binary_pgh; std::unique_ptr<SourceParagraph> source_pgh; }; |
