From 7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 15:25:53 -0700 Subject: want_t -> Want --- toolsrc/src/commands_remove.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_remove.cpp') 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); -- cgit v1.2.3