From fbf2b0281ee7bc5f283e9efce0366ae707d670aa Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Sun, 22 Jun 2008 19:47:34 +0000 Subject: [PATCH] sortByKey is missing. just to fix linking. Still todo.. --- src/exif.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/exif.cpp b/src/exif.cpp index 163ae124..dea82b35 100644 --- a/src/exif.cpp +++ b/src/exif.cpp @@ -398,6 +398,11 @@ namespace Exiv2 { exifMetadata_.clear(); } + void ExifData::sortByKey() + { + // TODO + } + ExifData::iterator ExifData::erase(ExifData::iterator pos) { return exifMetadata_.erase(pos);