diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/StatusParagraph.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h index f7acc467c..0b6e26b76 100644 --- a/toolsrc/include/StatusParagraph.h +++ b/toolsrc/include/StatusParagraph.h @@ -7,10 +7,10 @@ namespace vcpkg { enum class InstallState { - error, - not_installed, - half_installed, - installed, + ERROR_STATE, + NOT_INSTALLED, + HALF_INSTALLED, + INSTALLED, }; enum class want_t |
