Fix Wsign-compare, consistently use microseconds_t

This commit is contained in:
Robin Gareus 2021-06-29 02:03:54 +02:00
parent 1c0bef3f85
commit b35a8f6626
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ private:
bool _metering_active;
std::string pending_display[2];
std::string current_display[2];
uint64_t _block_screen_redisplay_until;
uint64_t return_to_vpot_mode_display_at;
PBD::microseconds_t _block_screen_redisplay_until;
PBD::microseconds_t return_to_vpot_mode_display_at;
boost::shared_ptr<ARDOUR::Stripable> _stripable;
PBD::ScopedConnectionList stripable_connections;