aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-09-21 07:07:10 +0000
committerLRN <lrn1986@gmail.com>2012-09-21 07:07:10 +0000
commitc2d4dd12401d69b734e2dfa662926607945fcc4c (patch)
treeb9671df3ec32f6a9bff3b41a94a0af3e25422502
parente75201158b3db493a1e1af5671697fcab3137d3f (diff)
downloadlibextractor-c2d4dd12401d69b734e2dfa662926607945fcc4c.tar.gz
libextractor-c2d4dd12401d69b734e2dfa662926607945fcc4c.zip
Fix wpath to match its prototype
-rw-r--r--src/plugins/exiv2_extractor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc
index 20997c6..8b1aed3 100644
--- a/src/plugins/exiv2_extractor.cc
+++ b/src/plugins/exiv2_extractor.cc
@@ -506,7 +506,7 @@ ExtractorIO::path () const
506 * 506 *
507 * @throws error 507 * @throws error
508 */ 508 */
509std::string 509std::wstring
510ExtractorIO::wpath () const 510ExtractorIO::wpath () const
511{ 511{
512 throw Exiv2::BasicError<char> (42 /* error code */); 512 throw Exiv2::BasicError<char> (42 /* error code */);