[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:01 UTC 2017


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

The following commit has been merged in the master branch:
commit 75360ac87e9d89fed1202a99d250a0dbefe43bdf
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Oct 29 17:01:41 2008 +0000

    Undo remove virtual Error destructor, g++ wants it because of the throw() declaration.
---
 src/error.hpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/error.hpp b/src/error.hpp
index 480ccea..8429aeb 100644
--- a/src/error.hpp
+++ b/src/error.hpp
@@ -113,6 +113,10 @@ namespace Exiv2 {
         {
             setMsg();
         }
+        //! Virtual destructor. (Needed because of throw())
+        virtual EXIV2API ~Error() throw()
+        {
+        }
         //@}
 
         //! @name Accessors

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list