From Julien Valentin, added missing initializer

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14648 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-01-06 14:55:10 +00:00
parent 6895e29417
commit 6f004ef7db

View File

@@ -52,7 +52,7 @@ void CompositeProperty::clear()
//
// SwitchProperty
//
SwitchProperty::SwitchProperty()
SwitchProperty::SwitchProperty():_activeProperty(0)
{
}