summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region_factory.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-05-25 12:19:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-05-25 12:19:24 +0000
commite984220eaaa318d9b51ebb20995d1bccae389389 (patch)
tree9e1eb88a532f642c2f5682817198ea0ae6414cb9 /libs/ardour/ardour/region_factory.h
parent49785b8fbb3f21080c75bb1162f387db914faae2 (diff)
correct the logic used when building a compound region to include a whole-file (whole-source) region as a parent for the region list
git-svn-id: svn://localhost/ardour2/branches/3.0@9584 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region_factory.h')
-rw-r--r--libs/ardour/ardour/region_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/region_factory.h b/libs/ardour/ardour/region_factory.h
index 7feca25495..90716f8718 100644
--- a/libs/ardour/ardour/region_factory.h
+++ b/libs/ardour/ardour/region_factory.h
@@ -91,7 +91,7 @@ public:
static int region_name (std::string &, std::string, bool new_level = false);
static std::string new_region_name (std::string);
- static std::string compound_region_name (const std::string& playlist, uint32_t compound_ops, uint32_t depth);
+ static std::string compound_region_name (const std::string& playlist, uint32_t compound_ops, uint32_t depth, bool whole_source);
/* when we make a compound region, for every region involved there
* are two "instances" - the original, which is removed from this