mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Fix warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@8734 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
49869c98f3
commit
ad1f38c0a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue