13
0

Fix uninitialised variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@8683 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-03 00:10:09 +00:00
parent 1bef5c6d5d
commit a2eb808660

View File

@ -29,6 +29,7 @@ using namespace ARDOUR;
Panner::Panner (boost::shared_ptr<Pannable> p)
: _pannable (p)
, _bypassed (false)
{
}