From 40267357a31544694278ce9bf3f5a16f355cd721 Mon Sep 17 00:00:00 2001 From: Bob Somers Date: Sun, 24 Aug 2014 05:57:12 -0700 Subject: [PATCH] Change TimestampT in EventLog back to system_clock. --- include/react/logging/EventLog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/react/logging/EventLog.h b/include/react/logging/EventLog.h index e9622c7b..0e87cf05 100644 --- a/include/react/logging/EventLog.h +++ b/include/react/logging/EventLog.h @@ -29,7 +29,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// class EventLog { - using TimestampT = std::chrono::time_point; + using TimestampT = std::chrono::time_point; class Entry {