Fix outdated documentation of PngImage::doWriteMetadata()

The function does not return anything, it only throws exceptions.
v0.27.3
Dan Čermák 7 years ago
parent 9f74f247b4
commit 22a7a8c2ed

@ -110,9 +110,9 @@ namespace Exiv2
/*!
@brief Provides the main implementation of writeMetadata() by
writing all buffered metadata to the provided BasicIo.
@throw Error on input-output errors or when the image data is not valid.
@param oIo BasicIo instance to write to (a temporary location).
@return 4 if opening or writing to the associated BasicIo fails
*/
EXV_DLLLOCAL void doWriteMetadata(BasicIo& oIo);
//@}

Loading…
Cancel
Save