aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_installation.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-10 18:46:40 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-10 18:46:40 -0700
commit38bf4de0fe4772f9aa7c9b5884617369638ba0d8 (patch)
treeb12722596709f870414b298f0938cd4c9b8eba4d /toolsrc/src/commands_installation.cpp
parenta6f8650edbd13023b271dd8cb10b3538121d7a35 (diff)
downloadvcpkg-38bf4de0fe4772f9aa7c9b5884617369638ba0d8.tar.gz
vcpkg-38bf4de0fe4772f9aa7c9b5884617369638ba0d8.zip
Rename System::Stopwatch to System::Stopwatch2
Diffstat (limited to 'toolsrc/src/commands_installation.cpp')
-rw-r--r--toolsrc/src/commands_installation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_installation.cpp b/toolsrc/src/commands_installation.cpp
index 6fe6aa9a1..7e7da9e3f 100644
--- a/toolsrc/src/commands_installation.cpp
+++ b/toolsrc/src/commands_installation.cpp
@@ -31,7 +31,7 @@ namespace vcpkg
port_dir.generic_wstring(),
ports_cmake_script_path.generic_wstring());
- System::Stopwatch timer;
+ System::Stopwatch2 timer;
timer.start();
int return_code = System::cmd_execute(command);
timer.stop();