Move butler methods from Session to Butler.
[ardour.git] / libs / ardour / ardour / diskstream.h
index e135d1319bea02b41216fb82493ee2e8417a77c7..8ae9dff6e363c9c58a9459a03aa91298ce830eff 100644 (file)
@@ -163,6 +163,7 @@ class Diskstream : public SessionObject, public boost::noncopyable
 
   protected:
        friend class Session;
+       friend class Butler;
 
        /* the Session is the only point of access for these because they require
         * that the Session is "inactive" while they are called.