aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_System.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 16:30:11 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:46 -0700
commit898edccbdcec9345c549945187195b75a9f49212 (patch)
treea685eab6c4867b195afede41e4368f61ee46f9c6 /toolsrc/src/vcpkg_System.cpp
parent3f76b9e53d48e34960bb5947bbbb880ac806281b (diff)
downloadvcpkg-898edccbdcec9345c549945187195b75a9f49212.tar.gz
vcpkg-898edccbdcec9345c549945187195b75a9f49212.zip
exit_code_and_output -> ExitCodeAndOutput
Diffstat (limited to 'toolsrc/src/vcpkg_System.cpp')
-rw-r--r--toolsrc/src/vcpkg_System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg_System.cpp b/toolsrc/src/vcpkg_System.cpp
index b4cf0b40d..d6ef76bd3 100644
--- a/toolsrc/src/vcpkg_System.cpp
+++ b/toolsrc/src/vcpkg_System.cpp
@@ -99,7 +99,7 @@ namespace vcpkg::System
return exit_code;
}
- exit_code_and_output cmd_execute_and_capture_output(const CWStringView cmd_line)
+ ExitCodeAndOutput cmd_execute_and_capture_output(const CWStringView cmd_line)
{
// Flush stdout before launching external process
fflush(stdout);