switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Route destru...
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
index e152989229e75007f7bad7a6f8aab6b3ecd1b8ca..930d37330ac0471d4595555ecad84fa341f733b8 100644 (file)
@@ -112,6 +112,7 @@ class MidiDiskstream : public Diskstream
 
   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"
@@ -165,7 +166,6 @@ class MidiDiskstream : public Diskstream
        int use_pending_capture_data (XMLNode& node);
 
        void get_input_sources ();
-       void check_record_status (nframes_t transport_frame, nframes_t nframes, bool can_record);
        void set_align_style_from_io();
 
        void engage_record_enable ();