summaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/include/chunk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/include/chunk.hpp b/src/audio/include/chunk.hpp
index 0cbe8d5c..aadcbbdb 100644
--- a/src/audio/include/chunk.hpp
+++ b/src/audio/include/chunk.hpp
@@ -79,7 +79,7 @@ class ChunkReader {
* will place the message at the start of the working_buffer and then return.
*/
auto ReadChunkFromStream(
- std::function<std::optional<size_t>(cpp::span<std::byte>)> callback,
+ std::function<std::optional<std::size_t>(cpp::span<std::byte>)> callback,
TickType_t max_wait) -> ChunkReadResult;
private: