diff --git a/common/ratekeeper.h b/common/ratekeeper.h index b6e8ac66a6b4ba..e7323c6ec3428e 100644 --- a/common/ratekeeper.h +++ b/common/ratekeeper.h @@ -9,7 +9,7 @@ class RateKeeper { ~RateKeeper() {} bool keepTime(); bool monitorTime(); - inline double frame() const { return frame_; } + inline uint64_t frame() const { return frame_; } inline double remaining() const { return remaining_; } private: