[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:50 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=1f9f8bb

The following commit has been merged in the master branch:
commit 1f9f8bbb52cca6099be9aebf4feb2f10234767d5
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Aug 7 13:43:43 2010 +0000

    Made new constructor explicit.
---
 src/value.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/value.hpp b/src/value.hpp
index e5ca74a..6867096 100644
--- a/src/value.hpp
+++ b/src/value.hpp
@@ -1233,7 +1233,7 @@ namespace Exiv2 {
         //! Default constructor.
         ValueType();
         //! Constructor.
-        ValueType(TypeId typeId);
+        explicit ValueType(TypeId typeId);
         //! Copy constructor
         ValueType(const ValueType<T>& rhs);
         //! Virtual destructor.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list