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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:36 UTC 2017


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

The following commit has been merged in the master branch:
commit 93e6a8a307e232ddceb51483074e6d3502725a8e
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat May 13 05:46:41 2006 +0000

    Minor fixes.
---
 src/minoltamn.hpp | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/minoltamn.hpp b/src/minoltamn.hpp
index a89a833..1c58cbe 100644
--- a/src/minoltamn.hpp
+++ b/src/minoltamn.hpp
@@ -130,25 +130,25 @@ namespace Exiv2 {
         //! @name Print functions for Minolta %MakerNote tags
         //@{
         //! Print Exposure Speed setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaExposureSpeedStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaExposureSpeedStd(std::ostream& os, const Value& value);
         //! Print Exposure Time setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaExposureTimeStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaExposureTimeStd(std::ostream& os, const Value& value);
         //! Print F Number setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaFNumberStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaFNumberStd(std::ostream& os, const Value& value);
         //! Print Exposure Compensation setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaExposureCompensationStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaExposureCompensationStd(std::ostream& os, const Value& value);
         //! Print Focal Length setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaFocalLengthStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaFocalLengthStd(std::ostream& os, const Value& value);
         //! Print Minolta Date from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaDateStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaDateStd(std::ostream& os, const Value& value);
         //! Print Minolta Time from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaTimeStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaTimeStd(std::ostream& os, const Value& value);
         //! Print Flash Exposure Compensation setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaFlashExposureCompStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaFlashExposureCompStd(std::ostream& os, const Value& value);
         //! Print White Balance setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaWhiteBalanceStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaWhiteBalanceStd(std::ostream& os, const Value& value);
         //! Print Brightness setting from standard Minolta Camera Settings makernote
-        static std::ostream& MinoltaMakerNote::printMinoltaBrightnessStd(std::ostream& os, const Value& value);
+        static std::ostream& printMinoltaBrightnessStd(std::ostream& os, const Value& value);
         //@}
                 
         //! @cond IGNORE

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list