diff options
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
| -rw-r--r-- | toolsrc/src/commands_remove.cpp | 2 |
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()); |
