[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:27 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6216d7f
The following commit has been merged in the master branch:
commit 6216d7f748fb82eacdbc54835fccac6d325df03a
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Oct 15 10:54:21 2012 +0000
#859: Fixed position of visibility support macro.
---
src/value.hpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/value.hpp b/src/value.hpp
index 6115951..edbbaeb 100644
--- a/src/value.hpp
+++ b/src/value.hpp
@@ -981,8 +981,7 @@ namespace Exiv2 {
//@}
//! Simple Date helper structure
- EXIV2API struct Date
- {
+ struct EXIV2API Date {
Date() : year(0), month(0), day(0) {}
int year; //!< Year
int month; //!< Month
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list