mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
fix compile error
This commit is contained in:
@ -419,7 +419,7 @@ boost::filesystem::path TextOperations::Utf8TofilesystemPath(const std::string&
|
||||
#ifdef VCMI_WINDOWS
|
||||
return boost::filesystem::path(boost::locale::conv::utf_to_utf<wchar_t>(path));
|
||||
#else
|
||||
return boost::filesystem::path(path.string());
|
||||
return boost::filesystem::path(path);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user