Minor addition in the API documentation

This commit is contained in:
Laurent Gomila 2013-02-02 20:42:00 +01:00
parent fa69228716
commit 9cf259c365

View File

@ -53,7 +53,7 @@ public :
/// \param data Buffer where to copy the read data
/// \param size Desired number of bytes to read
///
/// \return The number of bytes actually read
/// \return The number of bytes actually read, or -1 on error
///
////////////////////////////////////////////////////////////
virtual Int64 read(void* data, Int64 size) = 0;