fix archive of bitarray

This commit is contained in:
Christopher Lackner 2020-05-07 10:52:09 +02:00
parent 45a4b2c913
commit 9ffb22c37f

View File

@ -125,7 +125,7 @@ namespace ngcore
}
else
{
int size;
size_t size;
archive & size;
ba.SetSize (size);
ba.Clear();