From cf3ee7c2a5adc88493f3a597a967bfcff369777f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 15:42:26 -0700 Subject: Want: change enum constants to ALL_UPPER --- 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 21f202570..fa8950773 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::purge; + pkg.want = Want::PURGE; pkg.state = InstallState::HALF_INSTALLED; write_update(paths, pkg); -- cgit v1.2.3