changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remove Plugi...
[ardour.git] / libs / panners / vbap / vbap_speakers.h
index 4c28fc6489d0709a84ca34367e41a2d3746e1260..b2f8b3c9dd13dd9f63770e8b296bedc71c5cb422 100644 (file)
@@ -50,7 +50,7 @@ public:
        ~VBAPSpeakers ();
 
 private:
-       static const double MIN_VOL_P_SIDE_LGTH = 0.01;
+       static const double MIN_VOL_P_SIDE_LGTH;
        int   _dimension;  
         boost::shared_ptr<Speakers> _parent;
        std::vector<Speaker> _speakers;