aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/StatusParagraph.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h
index 44d9034f5..bc2766aa2 100644
--- a/toolsrc/include/StatusParagraph.h
+++ b/toolsrc/include/StatusParagraph.h
@@ -15,12 +15,12 @@ namespace vcpkg
enum class Want
{
- error,
- unknown,
- install,
- hold,
- deinstall,
- purge
+ ERROR_STATE,
+ UNKNOWN,
+ INSTALL,
+ HOLD,
+ DEINSTALL,
+ PURGE
};
struct StatusParagraph