decoder/Client: use std::chrono::duration<double> instead of raw double
This commit is contained in:
@ -87,7 +87,7 @@ DumpDecoderClient::Read(InputStream &is, void *buffer, size_t length)
|
||||
}
|
||||
|
||||
void
|
||||
DumpDecoderClient::SubmitTimestamp(gcc_unused double t)
|
||||
DumpDecoderClient::SubmitTimestamp(gcc_unused FloatDuration t)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user