diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:30:11 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:46 -0700 |
| commit | 898edccbdcec9345c549945187195b75a9f49212 (patch) | |
| tree | a685eab6c4867b195afede41e4368f61ee46f9c6 /toolsrc/src/vcpkg_System.cpp | |
| parent | 3f76b9e53d48e34960bb5947bbbb880ac806281b (diff) | |
| download | vcpkg-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.cpp | 2 |
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); |
