diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 15:25:34 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:42 -0700 |
| commit | a742b60b4f4da8fc0d9b755b05600b75724233a9 (patch) | |
| tree | f836ad235fe66034e945be2d7efa2f1219ce0680 /toolsrc/include | |
| parent | ab34b88f2d315b9076faaae9bde5b444c4155b1b (diff) | |
| download | vcpkg-a742b60b4f4da8fc0d9b755b05600b75724233a9.tar.gz vcpkg-a742b60b4f4da8fc0d9b755b05600b75724233a9.zip | |
InstallState: change enum constants to ALL_UPPER
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 |
