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