Factor source copying into a method and use it in a couple of places where it is...
[ardour.git] / libs / ardour / ardour / region.h
index b6b80efa84bd529e0af20965b0045efb60a17dc7..aa768e269fd3b7981b96c5f5017382fdf189e127 100644 (file)
@@ -332,6 +332,10 @@ class Region
        SourceList              _master_sources;
        
        boost::weak_ptr<ARDOUR::Playlist> _playlist;
+
+private:
+
+       void use_sources (SourceList const &);
 };
 
 } /* namespace ARDOUR */