Fix code style
[ardour.git] / libs / ardour / ardour / panner_shell.h
index 02f80c7b28bc0db237c6d298593055270f407897..59b0e7da81e0c91b12fb8fbe32f4bd8814bf1612 100644 (file)
@@ -59,7 +59,7 @@ public:
        void configure_io (ChanCount in, ChanCount out);
 
        /// The fundamental Panner function
-       void run (BufferSet& src, BufferSet& dest, framepos_t start_frame, framepos_t end_frames, pframes_t nframes);
+       void run (BufferSet& src, BufferSet& dest, samplepos_t start_sample, samplepos_t end_samples, pframes_t nframes);
 
        XMLNode& get_state ();
        int      set_state (const XMLNode&, int version);
@@ -86,7 +86,6 @@ public:
        bool select_panner_by_uri (std::string const uri);
 
   private:
-       friend class Route;
        void distribute_no_automation (BufferSet& src, BufferSet& dest, pframes_t nframes, gain_t gain_coeff);
        bool set_user_selected_panner_uri (std::string const uri);