fix possible crash when setting delivery name w/o panshell
[ardour.git] / libs / ardour / midi_track.cc
index b820c001e1c1a846cd7d4aaaec35df0bb26c5c84..638ed057063a56b08b0e2f034fa4d6cc1d336260 100644 (file)
@@ -547,7 +547,7 @@ MidiTrack::write_out_of_band_data (BufferSet& bufs, framepos_t /*start*/, framep
 
 int
 MidiTrack::export_stuff (BufferSet& /*bufs*/, framepos_t /*start_frame*/, framecnt_t /*nframes*/, 
-                        boost::shared_ptr<Processor> /*endpoint*/, bool /*include_endpoint*/, bool /*forexport*/)
+                        boost::shared_ptr<Processor> /*endpoint*/, bool /*include_endpoint*/, bool /*for_export*/, bool /*for_freeze*/)
 {
        return -1;
 }