Switch Nazara to C++20
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Nz
|
||||
}
|
||||
else
|
||||
{
|
||||
File file(filePath.generic_u8string());
|
||||
File file(filePath);
|
||||
|
||||
if (!file.Open(OpenMode::WriteOnly | OpenMode::Truncate))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user