Make Soundcloud upload applicable to any export format.
[ardour.git] / libs / ardour / track.cc
index 57239cb841a35201f9d9438bdee416e984978e3f..5c95de0c4118fbdd97a87385a9cc1e49eb67c2a2 100644 (file)
@@ -579,10 +579,10 @@ Track::set_capture_offset ()
        _diskstream->set_capture_offset ();
 }
 
-list<boost::shared_ptr<Source> >
-Track::steal_write_sources()
+std::string
+Track::steal_write_source_name()
 {
-        return _diskstream->steal_write_sources ();
+        return _diskstream->steal_write_source_name ();
 }
 
 void