diff --git a/src/osgPlugins/osga/OSGA_Archive.cpp b/src/osgPlugins/osga/OSGA_Archive.cpp index ca430b3b6..f96cca3c9 100644 --- a/src/osgPlugins/osga/OSGA_Archive.cpp +++ b/src/osgPlugins/osga/OSGA_Archive.cpp @@ -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) { }