13
0

Fix compiler warning.

git-svn-id: svn://localhost/ardour2/branches/3.0@8673 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-02 01:12:13 +00:00
parent d3a4b2df74
commit 801bd95613

View 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)