mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
Fix Wsign-compare, consistently use microseconds_t
This commit is contained in:
parent
1c0bef3f85
commit
b35a8f6626
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ private:
|
||||||
bool _metering_active;
|
bool _metering_active;
|
||||||
std::string pending_display[2];
|
std::string pending_display[2];
|
||||||
std::string current_display[2];
|
std::string current_display[2];
|
||||||
uint64_t _block_screen_redisplay_until;
|
PBD::microseconds_t _block_screen_redisplay_until;
|
||||||
uint64_t return_to_vpot_mode_display_at;
|
PBD::microseconds_t return_to_vpot_mode_display_at;
|
||||||
boost::shared_ptr<ARDOUR::Stripable> _stripable;
|
boost::shared_ptr<ARDOUR::Stripable> _stripable;
|
||||||
PBD::ScopedConnectionList stripable_connections;
|
PBD::ScopedConnectionList stripable_connections;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue