Warning fixes

This commit is contained in:
Connor McLaughlin
2021-07-12 22:44:02 +10:00
parent fd3c12de84
commit bb2e459f9f
2 changed files with 5 additions and 5 deletions

View File

@ -172,10 +172,10 @@ protected:
private:
std::string m_title;
u64 m_start_time;
u64 m_last_update_time;
u64 m_min_time;
u64 m_update_interval;
u64 m_start_time;
u64 m_last_update_time;
u32 m_progress;
u32 m_total;
};