summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region_factory.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-05-25 14:10:14 +0200
committerRobin Gareus <robin@gareus.org>2017-05-25 14:10:14 +0200
commit244313f43fc3178fb8f58b01fc6ba125115062ad (patch)
treece25b93d8532e72225f72d1ec6438123f9e51eef /libs/ardour/ardour/region_factory.h
parenta48f0cfd63dc4aa348d288605b2076c6c15c04f4 (diff)
Always create a deep copy of MIDI regions when copying playlists.
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 4b32da0512..32c5e32c0f 100644
--- a/libs/ardour/ardour/region_factory.h
+++ b/libs/ardour/ardour/region_factory.h
@@ -59,7 +59,7 @@ public:
static PBD::Signal1<void,boost::shared_ptr<Region> > CheckNewRegion;
/** create a "pure copy" of Region @param other */
- static boost::shared_ptr<Region> create (boost::shared_ptr<const Region> other, bool announce = false);
+ static boost::shared_ptr<Region> create (boost::shared_ptr<const Region> other, bool announce = false, bool fork = false);
/** create a region from a single Source */
static boost::shared_ptr<Region> create (boost::shared_ptr<Source>,