diff options
Diffstat (limited to 'src/Mount/Favorites.h')
-rw-r--r-- | src/Mount/Favorites.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Mount/Favorites.h b/src/Mount/Favorites.h index acb9c8d4..6c75590b 100644 --- a/src/Mount/Favorites.h +++ b/src/Mount/Favorites.h | |||
@@ -22,6 +22,8 @@ namespace VeraCrypt | |||
22 | FavoriteVolume() | 22 | FavoriteVolume() |
23 | : | 23 | : |
24 | Pim (0), | 24 | Pim (0), |
25 | Pkcs5 (-1), | ||
26 | TrueCryptMode (-1), | ||
25 | DisableHotkeyMount (false), | 27 | DisableHotkeyMount (false), |
26 | DisconnectedDevice (false), | 28 | DisconnectedDevice (false), |
27 | MountOnLogOn (false), | 29 | MountOnLogOn (false), |
@@ -41,6 +43,8 @@ namespace VeraCrypt | |||
41 | wstring VolumePathId; | 43 | wstring VolumePathId; |
42 | wstring Label; | 44 | wstring Label; |
43 | int Pim; | 45 | int Pim; |
46 | int Pkcs5; | ||
47 | int TrueCryptMode; | ||
44 | BYTE VolumeID[VOLUME_ID_SIZE]; | 48 | BYTE VolumeID[VOLUME_ID_SIZE]; |
45 | 49 | ||
46 | bool DisableHotkeyMount; | 50 | bool DisableHotkeyMount; |