diff --git a/include/osgPresentation/Group b/include/osgPresentation/Group index 3461c3ecd..3d26be58f 100644 --- a/include/osgPresentation/Group +++ b/include/osgPresentation/Group @@ -73,7 +73,7 @@ class OSGPRESENTATION_EXPORT Group : public osg::MatrixTransform template void setProperty(const std::string& name, const T& value) { - return setUserValue(name, value); + setUserValue(name, value); } /** Check for named Property, if it doesn't exist on this object check parents recursively for instances.*/