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) { }