--- linuxsampler/trunk/src/common/RingBuffer.h 2004/09/17 00:52:48 243 +++ linuxsampler/trunk/src/common/RingBuffer.h 2004/10/09 15:48:32 277 @@ -339,6 +339,8 @@ atomic_t write_ptr; atomic_t read_ptr; int size_mask; + + friend class _NonVolatileReader; }; template T *