summaryrefslogtreecommitdiffstats
path: root/src/engine/cachingreaderchunk.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2017-07-30 16:31:57 +0200
committerUwe Klotz <uwe_klotz@web.de>2017-11-06 22:27:20 +0100
commit36c51de0a46111c81404bc77a32f1d8abea6f768 (patch)
tree6f14e1eb49e1e75ad229873e3baed1f63b77e0a7 /src/engine/cachingreaderchunk.h
parenta02fa40b6cc7c137089573bb67c87ca1ef7afe75 (diff)
Introduce next abstraction level of the AudioSource API
Diffstat (limited to 'src/engine/cachingreaderchunk.h')
-rw-r--r--src/engine/cachingreaderchunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/cachingreaderchunk.h b/src/engine/cachingreaderchunk.h
index 1c87fdfc02..1608fa835a 100644
--- a/src/engine/cachingreaderchunk.h
+++ b/src/engine/cachingreaderchunk.h
@@ -81,7 +81,7 @@ private:
// The worker thread will fill the sample buffer and
// set the corresponding frame index range.
SampleBuffer::WritableSlice m_sampleBuffer;
- mixxx::IndexRange m_bufferedFrameIndexRange;
+ mixxx::ReadableSampleFrames m_bufferedSampleFrames;
};
// This derived class is only accessible for the cache as the owner,