diff options
Diffstat (limited to 'src/Platform/MemoryStream.h')
-rw-r--r-- | src/Platform/MemoryStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/MemoryStream.h b/src/Platform/MemoryStream.h index 3df0bd13..068e6d6e 100644 --- a/src/Platform/MemoryStream.h +++ b/src/Platform/MemoryStream.h @@ -32,7 +32,7 @@ namespace VeraCrypt virtual void Write (const ConstBufferPtr &data); protected: - vector <byte> Data; + vector <uint8> Data; size_t ReadPosition; }; } |