don't add a [shared] panner for the sends to monitoing section
[ardour.git] / libs / ardour / ardour / audio_diskstream.h
index 5a856e9b364615b4b6a76ce041c682d1258f49de..3a5dc2ad91a4af0d04489924a3b268192694e555 100644 (file)
@@ -146,10 +146,8 @@ class AudioDiskstream : public Diskstream
 
   protected:
        friend class Auditioner;
-       int  seek (framepos_t which_sample, bool complete_refill = false);
-
-  protected:
        friend class AudioTrack;
+       int  seek (framepos_t which_sample, bool complete_refill = false);
 
         int  process (BufferSet&, framepos_t transport_frame, pframes_t nframes, framecnt_t &, bool need_disk_signal);
         frameoffset_t calculate_playback_distance (pframes_t nframes);