diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-03-24 01:04:48 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-03-24 01:28:24 -0700 |
| commit | 3a91b0072d7500f2be84fe4d6520e8469ba5b5ad (patch) | |
| tree | 4b756aed6ad1e2ac9ecb852af6ed77d5dbab5444 /toolsrc/include | |
| parent | d5580dd330bac4d473f146e6efe3756e83a35066 (diff) | |
| download | vcpkg-3a91b0072d7500f2be84fe4d6520e8469ba5b5ad.tar.gz vcpkg-3a91b0072d7500f2be84fe4d6520e8469ba5b5ad.zip | |
Fix name
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 33af6c4f5..fea0d88a9 100644 --- a/toolsrc/include/vcpkg/dependencies.h +++ b/toolsrc/include/vcpkg/dependencies.h @@ -175,7 +175,7 @@ namespace vcpkg::Dependencies const std::vector<FeatureSpec>& specs, const StatusParagraphs& status_db); - std::vector<AnyAction> create_feature_install_plan(const PortFileProvider& port_file_provider, + std::vector<AnyAction> create_feature_install_plan(const PortFileProvider& provider, const std::vector<FeatureSpec>& specs, const StatusParagraphs& status_db); |
