Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/spdlog/stopwatch.h')
-rw-r--r--include/spdlog/stopwatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/stopwatch.h b/include/spdlog/stopwatch.h
index 52b4b6ad..a1542b2d 100644
--- a/include/spdlog/stopwatch.h
+++ b/include/spdlog/stopwatch.h
@@ -42,7 +42,7 @@ public:
void reset()
{
- start_tp_ = clock ::now();
+ start_tp_ = clock::now();
}
};
} // namespace spdlog