From 7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 15:25:53 -0700 Subject: want_t -> Want --- toolsrc/include/StatusParagraph.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h index 0b6e26b76..44d9034f5 100644 --- a/toolsrc/include/StatusParagraph.h +++ b/toolsrc/include/StatusParagraph.h @@ -13,7 +13,7 @@ namespace vcpkg INSTALLED, }; - enum class want_t + enum class Want { error, unknown, @@ -29,7 +29,7 @@ namespace vcpkg explicit StatusParagraph(const std::unordered_map& fields); BinaryParagraph package; - want_t want; + Want want; InstallState state; }; @@ -37,5 +37,5 @@ namespace vcpkg std::string to_string(InstallState f); - std::string to_string(want_t f); + std::string to_string(Want f); } -- cgit v1.2.3