diff options
Diffstat (limited to 'src/timestamp_pool.cc')
| -rw-r--r-- | src/timestamp_pool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timestamp_pool.cc b/src/timestamp_pool.cc index e8ef9f5..7230bb9 100644 --- a/src/timestamp_pool.cc +++ b/src/timestamp_pool.cc @@ -148,7 +148,7 @@ TimestampPool::Handle::get_time() { return std::nullopt; } - return device_ctx.clock.ticks_to_time(query_result.value); + return device_ctx.clock->ticks_to_time(query_result.value); } std::optional<DeviceContext::Clock::time_point_t> |
