mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
wxWidgets 3.0 compatibility modifications
This commit is contained in:
@@ -219,7 +219,7 @@ namespace TrueCrypt
|
||||
|
||||
foreach_ref (const Keyfile &keyfile, DefaultKeyfiles)
|
||||
{
|
||||
keyfilesXml.InnerNodes.push_back (XmlNode (L"keyfile", wxString (FilesystemPath (keyfile))));
|
||||
keyfilesXml.InnerNodes.push_back (XmlNode (L"keyfile", wxString (wstring(FilesystemPath (keyfile)))));
|
||||
}
|
||||
|
||||
XmlWriter keyfileWriter (keyfilesCfgPath);
|
||||
|
||||
Reference in New Issue
Block a user