Fix uninitialised variable.
authorCarl Hetherington <carl@carlh.net>
Thu, 5 Nov 2009 00:04:51 +0000 (00:04 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 5 Nov 2009 00:04:51 +0000 (00:04 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6017 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/panner.cc

index a4ae19d2d20b2b9b486ed2bd3de1fc863173781b..85c8e403e94cfcc9d24d3b59befd99bbca248dc2 100644 (file)
@@ -769,6 +769,7 @@ Panner::Panner (string name, Session& s)
        _linked = false;
        _link_direction = SameDirection;
        _bypassed = false;
+       _mono = false;
 }
 
 Panner::~Panner ()