mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-22 04:21:29 +00:00
wxWidgets 3.0 compatibility modifications
This commit is contained in:
@@ -16,7 +16,7 @@ namespace TrueCrypt
|
||||
{
|
||||
if (!DirectoryTextCtrl->IsEmpty())
|
||||
{
|
||||
return FilesystemPath (DirectoryTextCtrl->GetValue()).IsDirectory();
|
||||
return FilesystemPath (DirectoryTextCtrl->GetValue().wc_str()).IsDirectory();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user