Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349091
Collapse All | Expand All

(-)exiv2-0.21.orig/src/xmp.cpp (-2 / +1 lines)
Lines 420-430 namespace Exiv2 { Link Here
420
        }
420
        }
421
    } // XmpParser::registerNs
421
    } // XmpParser::registerNs
422
#else
422
#else
423
    bool XmpParser::registerNs(const std::string& /*ns*/,
423
    void XmpParser::registerNs(const std::string& /*ns*/,
424
                               const std::string& /*prefix*/)
424
                               const std::string& /*prefix*/)
425
    {
425
    {
426
        initialize();
426
        initialize();
427
        return true;
428
    } // XmpParser::registerNs
427
    } // XmpParser::registerNs
429
#endif
428
#endif
430
429

Return to bug 349091