summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/processor.cc')
-rw-r--r--libs/ardour/processor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc
index f7afeb99a7..8b54bd4f55 100644
--- a/libs/ardour/processor.cc
+++ b/libs/ardour/processor.cc
@@ -76,6 +76,7 @@ Processor::Processor (const Processor& other)
: Evoral::ControlSet (other)
, SessionObject (other.session(), other.name())
, Automatable (other.session())
+ , Latent (other)
, _pending_active(other._pending_active)
, _active(other._active)
, _next_ab_is_active(false)