From c9f4f312aede4ea8862d50d1cb4ddefe3b1a8362 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:23:23 -0700 Subject: package_spec_with_install_plan -> PackageSpecWithInstallPlan --- toolsrc/include/vcpkg_Dependencies.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index ab2094bed..0ea33eabc 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -36,9 +36,9 @@ namespace vcpkg::Dependencies optional source_pgh; }; - struct package_spec_with_install_plan + struct PackageSpecWithInstallPlan { - package_spec_with_install_plan(const PackageSpec& spec, InstallPlanAction&& plan); + PackageSpecWithInstallPlan(const PackageSpec& spec, InstallPlanAction&& plan); PackageSpec spec; InstallPlanAction plan; @@ -73,7 +73,7 @@ namespace vcpkg::Dependencies remove_plan_action plan; }; - std::vector create_install_plan(const vcpkg_paths& paths, const std::vector& specs, const StatusParagraphs& status_db); + std::vector create_install_plan(const vcpkg_paths& paths, const std::vector& specs, const StatusParagraphs& status_db); std::vector create_remove_plan(const std::vector& specs, const StatusParagraphs& status_db); } -- cgit v1.2.3