sortByKey is missing. just to fix linking. Still todo..

This commit is contained in:
HumanDynamo 2008-06-22 19:47:34 +00:00
parent d659572aeb
commit fbf2b0281e

View File

@ -398,6 +398,11 @@ namespace Exiv2 {
exifMetadata_.clear();
}
void ExifData::sortByKey()
{
// TODO
}
ExifData::iterator ExifData::erase(ExifData::iterator pos)
{
return exifMetadata_.erase(pos);