minor fix for previous commit (this change is still pending)

This commit is contained in:
Paul Davis 2023-08-06 13:29:25 -06:00
parent afe5331a0b
commit 6b34578dfd

View File

@ -1387,7 +1387,7 @@ public:
bool bang_trigger_at(int32_t route_index, int32_t row_index);
bool unbang_trigger_at(int32_t route_index, int32_t row_index);
PBD::Command* globally_change_time_domain (Temporal::TimeDomain from, Temporal::TimeDomain to);
void globally_change_time_domain (Temporal::TimeDomain from, Temporal::TimeDomain to);
protected:
friend class AudioEngine;