[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=7f3ac68
The following commit has been merged in the master branch:
commit 7f3ac682568fc353b334c1f0845cf271186465b4
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun Mar 7 08:52:29 2004 +0000
Minor fix in toString()
---
src/types.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/types.hpp b/src/types.hpp
index dab67c7..28a5a71 100644
--- a/src/types.hpp
+++ b/src/types.hpp
@@ -21,7 +21,7 @@
/*!
@file types.hpp
@brief Type definitions for Exiv2 and related functionality
- @version $Name: $ $Revision: 1.4 $
+ @version $Name: $ $Revision: 1.5 $
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 09-Jan-04, ahu: created
@@ -168,7 +168,7 @@ namespace Exif {
//! Utility function to convert the argument of any type to a string
template<typename T>
- std::string toString(T arg)
+ std::string toString(const T& arg)
{
std::ostringstream os;
os << arg;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list