diff --git a/src/io/Reader.hxx b/src/io/Reader.hxx index 01ea7c375..2602ce25f 100644 --- a/src/io/Reader.hxx +++ b/src/io/Reader.hxx @@ -26,6 +26,7 @@ public: * @return the number of bytes read into the given buffer or 0 * on end-of-stream */ + [[nodiscard]] virtual std::size_t Read(std::span dest) = 0; /**