On switching from explicit to implicit relayering, attempt to ensure that any layerin...
[ardour.git] / libs / ardour / ardour / playlist.h
index ffca22c725ff5dec2a24e6d1d53df043bc8e7e81..1018419c262a8a501a7dd23c79df1acdc511b451 100644 (file)
@@ -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;