fixed handling IPTC metadata that admit multiple values
(cherry picked from commit 8becb08ec1417215bf8f02c54000d37c2e6920f0)
This commit is contained in:
committed by
Lawrence Lee
parent
a0e9a59606
commit
b409e0bab2
@@ -1803,6 +1803,11 @@ public:
|
||||
return pairs.empty();
|
||||
}
|
||||
|
||||
iterator erase(const const_iterator& key)
|
||||
{
|
||||
return pairs.erase(key);
|
||||
}
|
||||
|
||||
void clear()
|
||||
{
|
||||
pairs.clear();
|
||||
|
Reference in New Issue
Block a user