mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
wxWidgets 3.0 compatibility modifications
This commit is contained in:
@@ -828,7 +828,7 @@ namespace TrueCrypt
|
||||
// File-hosted volumes
|
||||
if (!volume->Path.IsDevice() && !mountPoint.IsEmpty())
|
||||
{
|
||||
if (wxString (volume->Path).Upper().StartsWith (wstring (mountPoint).c_str()))
|
||||
if (wxString (wstring(volume->Path)).Upper().StartsWith (wstring (mountPoint).c_str()))
|
||||
{
|
||||
removedVolumes.push_back (volume);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user