improve, cleanup, rationalize Session::cleanup_sources() and supporting infrastructure
[ardour.git] / libs / ardour / ardour / session_playlists.h
index 0a20c7b9053ebb48d10a0df93a2ab42722a8033e..fe47d171ad7a5641d6aa9eb17856871e9ce2d23e 100644 (file)
@@ -57,6 +57,7 @@ public:
        void unassigned (std::list<boost::shared_ptr<Playlist> > & list);
         void destroy_region (boost::shared_ptr<Region>);
        boost::shared_ptr<Crossfade> find_crossfade (const PBD::ID &);
+        void sync_all_regions_with_regions ();
 
 private:
        friend class Session;