diff --git a/libs/ardour/ardour/automatable_sequence.h b/libs/ardour/ardour/automatable_sequence.h index f0da178eb4..6366c1b46c 100644 --- a/libs/ardour/ardour/automatable_sequence.h +++ b/libs/ardour/ardour/automatable_sequence.h @@ -38,7 +38,7 @@ public: AutomatableSequence(const AutomatableSequence& other) : Evoral::ControlSet(other) - , Automatable(other._a_session, other._time_domain) + , Automatable(other._a_session, other.time_domain()) , Evoral::Sequence(other) {}