From 8d168bda874ae05b142e122cb48407ee4e1b442d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 26 Oct 2009 17:24:08 +0000 Subject: Remove cyclic Source->Playlist references (and with it all dependence on Playlist from Source and children and a bunch of finicky reference managing code). git-svn-id: svn://localhost/ardour2/branches/3.0@5925 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/region.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/region.h') diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index c1c7ddd5e0..7bae98e573 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -177,6 +177,7 @@ class Region bool overlap_equivalent (boost::shared_ptr) const; bool region_list_equivalent (boost::shared_ptr) const; bool source_equivalent (boost::shared_ptr) const; + bool uses_source (boost::shared_ptr) const; /* EDITING OPERATIONS */ -- cgit v1.2.3