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 {