13
0

Fix uninitialised variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@6017 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-05 00:04:51 +00:00
parent 640a358fdc
commit 4b2f74546c

View File

@ -769,6 +769,7 @@ Panner::Panner (string name, Session& s)
_linked = false; _linked = false;
_link_direction = SameDirection; _link_direction = SameDirection;
_bypassed = false; _bypassed = false;
_mono = false;
} }
Panner::~Panner () Panner::~Panner ()