diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-10 18:46:40 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-10 18:46:40 -0700 |
| commit | 38bf4de0fe4772f9aa7c9b5884617369638ba0d8 (patch) | |
| tree | b12722596709f870414b298f0938cd4c9b8eba4d /toolsrc/include/vcpkg_System.h | |
| parent | a6f8650edbd13023b271dd8cb10b3538121d7a35 (diff) | |
| download | vcpkg-38bf4de0fe4772f9aa7c9b5884617369638ba0d8.tar.gz vcpkg-38bf4de0fe4772f9aa7c9b5884617369638ba0d8.zip | |
Rename System::Stopwatch to System::Stopwatch2
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
| -rw-r--r-- | toolsrc/include/vcpkg_System.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h index f47fc9aab..c420464c1 100644 --- a/toolsrc/include/vcpkg_System.h +++ b/toolsrc/include/vcpkg_System.h @@ -64,7 +64,7 @@ namespace vcpkg {namespace System return println(c, Strings::format(messageTemplate, messageArgs...).c_str()); } - struct Stopwatch + struct Stopwatch2 { int64_t start_time, end_time, freq; |
