From 4538a0fa41a9df47f70bc38f64e041b404061614 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Jan 2015 14:55:00 +0000 Subject: [PATCH] From Julien Valentin, added missing initializer git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14647 16af8721-9629-0410-8352-f15c8da7e697 --- src/osgVolume/Property.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgVolume/Property.cpp b/src/osgVolume/Property.cpp index ba101bfbc..371c24a99 100644 --- a/src/osgVolume/Property.cpp +++ b/src/osgVolume/Property.cpp @@ -58,7 +58,7 @@ void CompositeProperty::clear() // // SwitchProperty // -SwitchProperty::SwitchProperty() +SwitchProperty::SwitchProperty():_activeProperty(0) { }