Fix uninitialised variable causing garbage output from panners in some cases.
git-svn-id: svn://localhost/ardour2/branches/3.0@12515 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a6786a6dd2
commit
1db2be2fef
@ -28,6 +28,7 @@ using namespace std;
|
||||
using namespace ARDOUR;
|
||||
|
||||
Panner::Panner (boost::shared_ptr<Pannable> p)
|
||||
: _frozen (0)
|
||||
{
|
||||
// boost_debug_shared_ptr_mark_interesting (this, "panner");
|
||||
_pannable = p;
|
||||
|
Loading…
Reference in New Issue
Block a user