Index: src/OFStream.h ================================================================== --- src/OFStream.h +++ src/OFStream.h @@ -1402,11 +1402,12 @@ * @warning Do not call this directly! * * @note Override this method in case your stream can buffer data itself, such * as when implementing @ref OFTLSStream. If not overridden, it always * returns false. + * * @return Whether the lowlevel has data in the read buffer */ - (bool)lowlevelHasDataInReadBuffer; @end OF_ASSUME_NONNULL_END