From 13b5fabc8c3722e7e30b22d50f44e2a3bba3ef11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Tue, 29 Mar 2016 10:57:51 +0200 Subject: made API of AudioCacheFile more consistent --- src/audiocachefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audiocachefile.h') diff --git a/src/audiocachefile.h b/src/audiocachefile.h index 88f1df2..01625a7 100644 --- a/src/audiocachefile.h +++ b/src/audiocachefile.h @@ -69,7 +69,7 @@ public: const std::string& getFilename() const; //! Get number of channels in the file - size_t getChannelCount(); + size_t getChannelCount() const; //! Read audio data from the file into the supplied channel caches. void readChunk(const CacheChannels& channels, size_t pos, size_t num_samples); -- cgit v1.2.3