sortByKey is missing. just to fix linking. Still todo..
This commit is contained in:
parent
d659572aeb
commit
fbf2b0281e
@ -398,6 +398,11 @@ namespace Exiv2 {
|
||||
exifMetadata_.clear();
|
||||
}
|
||||
|
||||
void ExifData::sortByKey()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
ExifData::iterator ExifData::erase(ExifData::iterator pos)
|
||||
{
|
||||
return exifMetadata_.erase(pos);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user