diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:31:00 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:47:00 -0700 |
| commit | e401799aca7ed685f195157c37849a5b09fffca2 (patch) | |
| tree | 9f805b9016e5f85992758bf080c6df0574530fe5 /toolsrc/src/vcpkg.cpp | |
| parent | 898edccbdcec9345c549945187195b75a9f49212 (diff) | |
| download | vcpkg-e401799aca7ed685f195157c37849a5b09fffca2.tar.gz vcpkg-e401799aca7ed685f195157c37849a5b09fffca2.zip | |
color -> Color
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index d6d3f6d9d..796053941 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -19,7 +19,7 @@ using namespace vcpkg; void invalid_command(const std::string& cmd) { - System::println(System::color::error, "invalid command: %s", cmd); + System::println(System::Color::error, "invalid command: %s", cmd); Commands::Help::print_usage(); Checks::exit_fail(VCPKG_LINE_INFO); } |
