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


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

The following commit has been merged in the master branch:
commit cd6f1a8eeddee687a3905acba1a7896ae2dd6b22
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Feb 15 10:20:29 2004 +0000

    Minor fix
---
 src/actions.hpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/actions.hpp b/src/actions.hpp
index 8674c8e..56f1569 100644
--- a/src/actions.hpp
+++ b/src/actions.hpp
@@ -22,7 +22,7 @@
   @file    actions.hpp
   @brief   Implements base class Task, TaskFactory and the various supported
            actions (derived from Task).
-  @version $Name:  $ $Revision: 1.2 $
+  @version $Name:  $ $Revision: 1.3 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    11-Dec-03, ahu: created
@@ -157,9 +157,9 @@ namespace Action {
         //! Print %Exif information in hexdump format
         void printHexdump(const Exif::ExifData& exifData);
         //! Print one summary line with a label and requested data
-        void Print::printTag(const Exif::ExifData& exifData,
-                             const std::string& key, 
-                             const std::string& label);
+        void printTag(const Exif::ExifData& exifData,
+                      const std::string& key, 
+                      const std::string& label);
 
     private:
         virtual Task* clone_() const;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list