remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / io_processor.h
index a2735453a76db1154a6f4dc74c2df54a5a0f0adf..15bd74d122b35ed6d9cc0cc867b2416a42e0be0a 100644 (file)
@@ -64,7 +64,7 @@ class LIBARDOUR_API IOProcessor : public Processor
        void set_input (boost::shared_ptr<IO>);
        void set_output (boost::shared_ptr<IO>);
 
-       void silence (framecnt_t nframes);
+       void silence (framecnt_t nframes, framepos_t start_frame);
        void disconnect ();
 
        void increment_port_buffer_offset (pframes_t);