Fixing Windows build-breaker for EXV_UNICODE_PATH in Protocol fileProtocol(const std::wstring& path)

This commit is contained in:
clanmills
2019-06-07 13:49:56 +01:00
parent ab0b97c729
commit 742cd5885b
+2 -2
View File
@@ -279,10 +279,10 @@ namespace Exiv2 {
return result;
} // fileProtocol
#ifdef EXV_UNICODE_PATH
Protocol fileProtocol(const std::wstring& wpath) {
Protocol fileProtocol(const std::wstring& path) {
Protocol result = pFile ;
struct {
std::wstring wname ;
std::wstring name ;
Protocol prot ;
bool url ; // path.size() > name.size()
} prots[] =