mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-17 18:16:07 -05:00
MacOSX: fix link error under Xcode 4.6.3
This commit is contained in:
@@ -41,9 +41,9 @@ namespace VeraCrypt
|
||||
|
||||
TC_SERIALIZABLE (VolumePassword);
|
||||
|
||||
static const size_t MaxLegacySize = 64;
|
||||
static const size_t MaxSize = 128;
|
||||
static const size_t WarningSizeThreshold = 12;
|
||||
static const size_t MaxLegacySize;
|
||||
static const size_t MaxSize;
|
||||
static const size_t WarningSizeThreshold;
|
||||
|
||||
protected:
|
||||
void AllocateBuffer ();
|
||||
|
||||
Reference in New Issue
Block a user