summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-02 01:12:13 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-02 01:12:13 +0000
commit801bd956132fd094e0e8aea360887374cbaf682e (patch)
tree06316a616c589769a642c435276207ca101167f7 /libs/ardour/processor.cc
parentd3a4b2df743ec6455ce0aa8940a3435a48d6488c (diff)
Fix compiler warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@8673 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 8ddc58735c..52228794a5 100644
--- a/libs/ardour/processor.cc
+++ b/libs/ardour/processor.cc
@@ -74,6 +74,7 @@ Processor::Processor(Session& session, const string& name)
Processor::Processor (const Processor& other)
: SessionObject(other.session(), other.name())
+ , Evoral::ControlSet (other)
, Automatable (other.session())
, _pending_active(other._pending_active)
, _active(other._active)