[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:20 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e991620
The following commit has been merged in the master branch:
commit e9916208a1099e7466950d41ffe1ac091703fd31
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Thu May 1 11:17:24 2008 +0000
Minor fix.
---
src/xmp.cpp | 2 +-
src/xmp.hpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xmp.cpp b/src/xmp.cpp
index c4377ed..c77d2e4 100644
--- a/src/xmp.cpp
+++ b/src/xmp.cpp
@@ -295,7 +295,7 @@ namespace Exiv2 {
return *pos;
}
- int XmpData::add(const XmpKey& key, Value* value)
+ int XmpData::add(const XmpKey& key, const Value* value)
{
return add(Xmpdatum(key, value));
}
diff --git a/src/xmp.hpp b/src/xmp.hpp
index 4594626..f97b02a 100644
--- a/src/xmp.hpp
+++ b/src/xmp.hpp
@@ -194,7 +194,7 @@ namespace Exiv2 {
method copies (clones) the value.
@return 0 if successful.
*/
- int add(const XmpKey& key, Value* value);
+ int add(const XmpKey& key, const Value* value);
/*!
@brief Add a copy of the Xmpdatum to the XMP metadata.
@return 0 if successful.
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list