diff options
Diffstat (limited to 'src/audiocachefile.h')
-rw-r--r-- | src/audiocachefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |