From 4a8b2ed1cd91dd41c728f4ba03ee525e73bdfef4 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:24:44 -0700 Subject: package_spec_with_remove_plan -> PackageSpecWithRemovePlan --- 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 d07412837..b734295fc 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -65,9 +65,9 @@ namespace vcpkg::Dependencies RequestType request_type; }; - struct package_spec_with_remove_plan + struct PackageSpecWithRemovePlan { - package_spec_with_remove_plan(const PackageSpec& spec, RemovePlanAction&& plan); + PackageSpecWithRemovePlan(const PackageSpec& spec, RemovePlanAction&& plan); PackageSpec spec; RemovePlanAction plan; @@ -75,5 +75,5 @@ namespace vcpkg::Dependencies 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); + std::vector create_remove_plan(const std::vector& specs, const StatusParagraphs& status_db); } -- cgit v1.2.3