From 64c4a35e9a4e333246f9f79c5ef675f7fe59e055 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Jul 2016 08:52:43 +0100 Subject: [PATCH] Added initializers --- src/osgPlugins/osga/OSGA_Archive.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { }