Fix build.

This commit is contained in:
Nikolai Kochetov 2020-01-13 21:25:10 +03:00
parent d78290b7ec
commit bcc0cd8e47

View File

@ -185,7 +185,7 @@ protected:
num_updates += 1;
}
last_event_timestamp_usec = static_cast<UInt64>(timestamp.epochMicroseconds());
last_event_timestamp_usec = static_cast<UInt64>(Poco::Timestamp().epochMicroseconds());
return { res, true };
}