[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:13 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0a1bcdb
The following commit has been merged in the master branch:
commit 0a1bcdb506d5ce49ccb08fbcb1177295c5e29475
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Thu Dec 11 09:41:51 2008 +0000
Added comment.
---
src/value.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/value.hpp b/src/value.hpp
index d9a4542..6111c46 100644
--- a/src/value.hpp
+++ b/src/value.hpp
@@ -1211,7 +1211,7 @@ namespace Exiv2 {
ValueType() : Value(getType<T>()), pDataArea_(0), sizeDataArea_(0) {}
//! Constructor
ValueType(const byte* buf, long len, ByteOrder byteOrder);
- //! Constructor
+ //! Constructor (Note: Argument \em byteOrder is ignored and deprecated)
explicit ValueType(const T& val, ByteOrder byteOrder =littleEndian);
//! Copy constructor
ValueType(const ValueType<T>& rhs);
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list