aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-07 16:17:54 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-07 16:22:35 -0700
commit18fa18a07b97aa69826562738e498fbd2317e091 (patch)
treeb6d65208a737763cfc4466d776aa58598a3e57c9 /toolsrc/src/commands_remove.cpp
parent285bbe0d8a1a14afc217b06790e1c99e1200a14b (diff)
downloadvcpkg-18fa18a07b97aa69826562738e498fbd2317e091.tar.gz
vcpkg-18fa18a07b97aa69826562738e498fbd2317e091.zip
Remove PackageSpec.display_name()
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 8bf2c767b..7899980e5 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -200,7 +200,7 @@ namespace vcpkg::Commands::Remove
for (const PackageSpecWithRemovePlan& action : remove_plan)
{
- const std::string display_name = action.spec.display_name();
+ const std::string display_name = action.spec.to_string();
switch (action.plan.plan_type)
{