aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/main.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/main.cpp
parenta6f8650edbd13023b271dd8cb10b3538121d7a35 (diff)
downloadvcpkg-38bf4de0fe4772f9aa7c9b5884617369638ba0d8.tar.gz
vcpkg-38bf4de0fe4772f9aa7c9b5884617369638ba0d8.zip
Rename System::Stopwatch to System::Stopwatch2
Diffstat (limited to 'toolsrc/src/main.cpp')
-rw-r--r--toolsrc/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/main.cpp b/toolsrc/src/main.cpp
index f3d68f5dd..2200cd105 100644
--- a/toolsrc/src/main.cpp
+++ b/toolsrc/src/main.cpp
@@ -153,7 +153,7 @@ static void loadConfig()
}
}
-static System::Stopwatch g_timer;
+static System::Stopwatch2 g_timer;
static std::string trim_path_from_command_line(const std::string& full_command_line)
{