diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 15:25:53 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:42 -0700 |
| commit | 7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e (patch) | |
| tree | ca6eb6df3a8b712b547932721f70b3f222866870 /toolsrc/src/commands_remove.cpp | |
| parent | a742b60b4f4da8fc0d9b755b05600b75724233a9 (diff) | |
| download | vcpkg-7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e.tar.gz vcpkg-7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e.zip | |
want_t -> Want
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 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); |
