Fix compiler warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@8673 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d3a4b2df74
commit
801bd95613
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user