Fix uninitialised variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@6017 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
640a358fdc
commit
4b2f74546c
@ -769,6 +769,7 @@ Panner::Panner (string name, Session& s)
|
||||
_linked = false;
|
||||
_link_direction = SameDirection;
|
||||
_bypassed = false;
|
||||
_mono = false;
|
||||
}
|
||||
|
||||
Panner::~Panner ()
|
||||
|
Loading…
Reference in New Issue
Block a user