Resolve microseconds_t ambiguity 2/2

This commit is contained in:
Robin Gareus 2021-06-27 17:32:30 +02:00
parent b58dfc7f0f
commit bcab07af63
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 5 additions and 7 deletions

View file

@ -779,11 +779,11 @@ private:
void flush_trash ();
bool have_configure_timeout;
ARDOUR::microseconds_t last_configure_time;
PBD::microseconds_t last_configure_time;
gint configure_timeout ();
ARDOUR::microseconds_t last_peak_grab;
ARDOUR::microseconds_t last_shuttle_request;
PBD::microseconds_t last_peak_grab;
PBD::microseconds_t last_shuttle_request;
bool have_disk_speed_dialog_displayed;
void disk_speed_dialog_gone (int ignored_response, Gtk::MessageDialog*);