summaryrefslogtreecommitdiffstats
path: root/media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch
blob: 5f67cc95e456733316f1baa14643ee3c0a474bde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- exiv2-0.21.orig/src/xmp.cpp	2010-11-06 13:53:15.000000000 +0000
+++ exiv2-0.21/src/xmp.cpp	2010-12-20 12:35:34.931520681 +0000
@@ -420,11 +420,10 @@ namespace Exiv2 {
         }
     } // XmpParser::registerNs
 #else
-    bool XmpParser::registerNs(const std::string& /*ns*/,
+    void XmpParser::registerNs(const std::string& /*ns*/,
                                const std::string& /*prefix*/)
     {
         initialize();
-        return true;
     } // XmpParser::registerNs
 #endif