summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-01 21:54:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-01 21:54:54 +0000
commitb37b23af97fbffbf789222f03247439324648ffb (patch)
tree743af65391e70da63e39f9e810be17c0db176d4c /libs/ardour/ardour/region.h
parent3553ba71fa8c50c05c04e5e067e153e10e386456 (diff)
improve, cleanup, rationalize Session::cleanup_sources() and supporting infrastructure
git-svn-id: svn://localhost/ardour2/branches/3.0@9015 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index 1b88ff1d69..17ea1362d8 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -176,6 +176,7 @@ class Region
bool region_list_equivalent (boost::shared_ptr<const Region>) const;
bool source_equivalent (boost::shared_ptr<const Region>) const;
bool uses_source (boost::shared_ptr<const Source>) const;
+ bool uses_source_path (const std::string&) const;
std::string source_string () const;