Fix compiler warning.
authorCarl Hetherington <carl@carlh.net>
Wed, 2 Feb 2011 01:12:13 +0000 (01:12 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 2 Feb 2011 01:12:13 +0000 (01:12 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8673 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/processor.cc

index 8ddc58735cdbb67857ab63ede002392cab074d69..52228794a509390b5d7f426c0b65b895759e7e43 100644 (file)
@@ -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)