aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 15:25:53 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:42 -0700
commit7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e (patch)
treeca6eb6df3a8b712b547932721f70b3f222866870 /toolsrc/src/commands_remove.cpp
parenta742b60b4f4da8fc0d9b755b05600b75724233a9 (diff)
downloadvcpkg-7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e.tar.gz
vcpkg-7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e.zip
want_t -> Want
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 26af4f32b..21f202570 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -31,7 +31,7 @@ namespace vcpkg::Commands::Remove
{
StatusParagraph& pkg = **status_db->find(spec.name(), spec.target_triplet());
- pkg.want = want_t::purge;
+ pkg.want = Want::purge;
pkg.state = InstallState::HALF_INSTALLED;
write_update(paths, pkg);