Make port inserts work.
[ardour.git] / libs / ardour / ardour / delivery.h
index add222a0f175fd87fe9821f6cc91fea7de257beb..1b1a217466a79b72e57ac0856868bfa520546152 100644 (file)
@@ -65,7 +65,7 @@ public:
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        bool configure_io (ChanCount in, ChanCount out);
 
-       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes);
+       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool);
 
        /* supplemental method used with MIDI */