aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 14:45:00 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:41 -0700
commitd1141e6054ffde134d1a3d80d484d2d2b959e408 (patch)
treeb2ed7b12aed3d35082ef28ff44c6165b07fdd091 /toolsrc/src/commands_remove.cpp
parent1c1423014f5aab77339ebcb261e1d33e3106ec5d (diff)
downloadvcpkg-d1141e6054ffde134d1a3d80d484d2d2b959e408.tar.gz
vcpkg-d1141e6054ffde134d1a3d80d484d2d2b959e408.zip
package_spec -> PackageSpec
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
-rw-r--r--toolsrc/src/commands_remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp
index 3d89f6d90..bc82b08b9 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -27,7 +27,7 @@ namespace vcpkg::Commands::Remove
}
}
- static void remove_package(const vcpkg_paths& paths, const package_spec& spec, StatusParagraphs* status_db)
+ static void remove_package(const vcpkg_paths& paths, const PackageSpec& spec, StatusParagraphs* status_db)
{
StatusParagraph& pkg = **status_db->find(spec.name(), spec.target_triplet());