13
0

Fix warning.

git-svn-id: svn://localhost/ardour2/branches/3.0@8734 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-07 01:12:55 +00:00
parent 49869c98f3
commit ad1f38c0a2

View File

@ -73,8 +73,8 @@ Processor::Processor(Session& session, const string& name)
}
Processor::Processor (const Processor& other)
: SessionObject(other.session(), other.name())
, Evoral::ControlSet (other)
: Evoral::ControlSet (other)
, SessionObject (other.session(), other.name())
, Automatable (other.session())
, _pending_active(other._pending_active)
, _active(other._active)