libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit c2d4dd12401d69b734e2dfa662926607945fcc4c
parent e75201158b3db493a1e1af5671697fcab3137d3f
Author: LRN <lrn1986@gmail.com>
Date:   Fri, 21 Sep 2012 07:07:10 +0000

Fix wpath to match its prototype

Diffstat:
Msrc/plugins/exiv2_extractor.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc @@ -506,7 +506,7 @@ ExtractorIO::path () const * * @throws error */ -std::string +std::wstring ExtractorIO::wpath () const { throw Exiv2::BasicError<char> (42 /* error code */);