diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 15:42:26 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:43 -0700 |
| commit | cf3ee7c2a5adc88493f3a597a967bfcff369777f (patch) | |
| tree | f08a32a04e29bcc944cb0e82aadcab4a98db2b47 /toolsrc/include | |
| parent | 7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e (diff) | |
| download | vcpkg-cf3ee7c2a5adc88493f3a597a967bfcff369777f.tar.gz vcpkg-cf3ee7c2a5adc88493f3a597a967bfcff369777f.zip | |
Want: change enum constants to ALL_UPPER
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/StatusParagraph.h | 12 |
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 |
