diff options
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index 4da0a585b..fe917cdd7 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -179,7 +179,7 @@ int wmain(const int argc, const wchar_t* const* const argv) if (argc == 0) std::abort(); - g_timer = ElapsedTime::createStarted(); + g_timer = ElapsedTime::create_started(); atexit([]() { auto elapsed_us = g_timer.microseconds(); |
