From: Carl Hetherington Date: Wed, 2 Feb 2011 01:12:13 +0000 (+0000) Subject: Fix compiler warning. X-Git-Tag: 3.0-alpha5~732 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=801bd956132fd094e0e8aea360887374cbaf682e;p=ardour.git Fix compiler warning. git-svn-id: svn://localhost/ardour2/branches/3.0@8673 d708f5d6-7413-0410-9779-e7cbd77b26cf --- 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)