Added initializers

This commit is contained in:
Robert Osfield
2016-07-01 08:52:43 +01:00
parent ff5095e8d1
commit 64c4a35e9a

View File

@@ -316,7 +316,9 @@ void OSGA_Archive::IndexBlock::setPositionNextIndexBlock(pos_type position)
_requiresWrite = true;
}
OSGA_Archive::OSGA_Archive()
OSGA_Archive::OSGA_Archive():
_version(0.0f),
_status(READ)
{
}