Remove duplicate call
[ardour.git] / libs / panners / vbap / vbap.h
index 993bbda9d294db0d457b2ca17e853b83a37491b1..96a872bc21e236d21edfd56a53cf344008ef1e2f 100644 (file)
@@ -88,7 +88,7 @@ private:
 
        void distribute_one (AudioBuffer& src, BufferSet& obufs, gain_t gain_coeff, pframes_t nframes, uint32_t which);
        void distribute_one_automated (AudioBuffer& src, BufferSet& obufs,
-                                          framepos_t start, framepos_t end, pframes_t nframes,
+                                          samplepos_t start, samplepos_t end, pframes_t nframes,
                                           pan_t** buffers, uint32_t which);
 };