summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/playlist.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-26 00:34:06 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-26 00:34:06 +0000
commitb1e69d4b7bfba085f5206fe64c4695ab10506c26 (patch)
treee90349616eddedd26706867895969902528dad8e /libs/ardour/ardour/playlist.h
parent28af0265b5867a4ad9bd35e2d98eadd7f1264693 (diff)
On switching from explicit to implicit relayering, attempt to ensure that any layering set up
whilst in explicit mode will be preserved on subsequent implicit relayer operations. git-svn-id: svn://localhost/ardour2/branches/3.0@5591 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/playlist.h')
-rw-r--r--libs/ardour/ardour/playlist.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/ardour/ardour/playlist.h b/libs/ardour/ardour/playlist.h
index ffca22c725..1018419c26 100644
--- a/libs/ardour/ardour/playlist.h
+++ b/libs/ardour/ardour/playlist.h
@@ -162,9 +162,8 @@ class Playlist : public SessionObject,
bool explicit_relayering () const {
return _explicit_relayering;
}
- void set_explicit_relayering (bool e) {
- _explicit_relayering = e;
- }
+
+ void set_explicit_relayering (bool e);
protected:
friend class Session;