missing to register XMP type with PNG

This commit is contained in:
HumanDynamo 2009-06-18 08:26:59 +00:00
parent 76ccdeed58
commit 038be98b02

View File

@ -75,7 +75,7 @@ namespace Exiv2 {
using namespace Internal;
PngImage::PngImage(BasicIo::AutoPtr io, bool create)
: Image(ImageType::png, mdExif | mdIptc | mdComment, io)
: Image(ImageType::png, mdExif | mdIptc | mdXmp | mdComment, io)
{
if (create)
{