Mercurial > hg > svcore
diff data/fileio/DecodingWavFileReader.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 54af1e21705c |
children | c01cbe41aeb5 f8e3dcbafb4d |
line wrap: on
line diff
--- a/data/fileio/DecodingWavFileReader.h Mon Dec 12 15:18:52 2016 +0000 +++ b/data/fileio/DecodingWavFileReader.h Mon Sep 17 13:51:14 2018 +0100 @@ -64,7 +64,7 @@ WavFileReader *m_original; ProgressReporter *m_reporter; - void addBlock(const std::vector<float> &frames); + void addBlock(const floatvec_t &frames); class DecodeThread : public Thread {