Merge pull request #231 from D4N/pngimage_documentation_fix

Fix outdated documentation of PngImage::doWriteMetadata()
v0.27.3
D4N 7 years ago committed by GitHub
commit a1ab522eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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