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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:49 UTC 2017


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

The following commit has been merged in the master branch:
commit 4800f2db53ac00c12ab0ba2f97095d6958e1d829
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Sep 18 11:03:49 2008 +0000

    Added EXIV2API defines to interface classes.
---
 src/preview.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/preview.hpp b/src/preview.hpp
index b104276..2dcf765 100644
--- a/src/preview.hpp
+++ b/src/preview.hpp
@@ -48,7 +48,7 @@ namespace Exiv2 {
     /*!
       @brief Preview image properties.
      */
-    struct PreviewProperties {
+    struct EXIV2API PreviewProperties {
         //! Preview image mime type.
         const char* mimeType_;
 
@@ -68,7 +68,7 @@ namespace Exiv2 {
     /*!
       @brief Class that holds preview image properties and data buffer.
      */
-    class PreviewImage {
+    class EXIV2API PreviewImage {
     public:
         //@{
         //! Constructor.
@@ -122,7 +122,7 @@ namespace Exiv2 {
     /*!
       @brief Class for extracting preview images from image metadata.
      */
-    class PreviewImageLoader {
+    class EXIV2API PreviewImageLoader {
     public:
         //@{
         //! Constructor.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list