[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:39:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=fbf2b02
The following commit has been merged in the master branch:
commit fbf2b0281ee7bc5f283e9efce0366ae707d670aa
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Sun Jun 22 19:47:34 2008 +0000
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 163ae12..dea82b3 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);
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list