X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fpanner.cc;h=c88fbe44f430e1a9f679dfcc84365d611e4e1417;hb=bc0bb9662e939c1b37f4335c05292a7b0ad21a20;hp=2f52cb26d897700bc1e2419db8ae6209ea04ac38;hpb=0b958b7f15decdce3ebb8234504014768ac12bba;p=ardour.git diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc index 2f52cb26d8..c88fbe44f4 100644 --- a/libs/ardour/panner.cc +++ b/libs/ardour/panner.cc @@ -28,6 +28,7 @@ using namespace std; using namespace ARDOUR; Panner::Panner (boost::shared_ptr p) + : _frozen (0) { // boost_debug_shared_ptr_mark_interesting (this, "panner"); _pannable = p;