Fixes for IO port adding/removing
[ardour.git] / libs / ardour / ardour / buffer_set.h
index 43df729e05d3a3662e10c8ddbd2e290a81322867..03b0b193d47118c3fd7bb645a3374f83d0526123 100644 (file)
@@ -84,10 +84,7 @@ public:
                return (MidiBuffer&)get(DataType::MIDI, i);
        }
 
-       void read_from(BufferSet& in, jack_nframes_t nframes, jack_nframes_t offset=0)
-       {
-               throw; // FIXME: implement this with spiffy DataType iterator etc.
-       }
+       void read_from(BufferSet& in, jack_nframes_t nframes, jack_nframes_t offset=0);
 
        // ITERATORS