From Julien Valentin, added missing initializer

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14647 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2015-01-06 14:55:00 +00:00
parent f7b95ea4e5
commit 4538a0fa41

View File

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