fix missing std::

custom
jacqueline 2 years ago
parent bf6f9cea20
commit e0b2562cc4
  1. 2
      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. * will place the message at the start of the working_buffer and then return.
*/ */
auto ReadChunkFromStream( 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; TickType_t max_wait) -> ChunkReadResult;
private: private:

Loading…
Cancel
Save