Added explicit initialization of osg::Referenced(true) to osg::Operation subclasses as it uses virtual inhertiance from osg::Referenced.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.4@15024 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-07-23 15:46:39 +00:00
parent 42efcf24fb
commit 761cf52bb7
16 changed files with 21 additions and 4 deletions

View File

@@ -559,6 +559,7 @@ class UpdateTextOperation : public osg::Operation
public:
UpdateTextOperation(const osg::Vec3& center, float diameter, osg::Group* group):
osg::Referenced(true),
Operation("UpdateTextOperation", true),
_center(center),
_diameter(diameter),