src/Viewer/renderer.cxx: Avoid warning about initialisation of virtual base class.
In VisibleSceneInfoVistor's copy constructor, explicitly initialise virtual base class osg::Object.
This commit is contained in:
parent
2e782100c8
commit
3233f85833
1 changed files with 1 additions and 0 deletions
|
@ -1154,6 +1154,7 @@ public:
|
|||
}
|
||||
|
||||
VisibleSceneInfoVistor(const VisibleSceneInfoVistor& rhs)
|
||||
: osg::Object(rhs), NodeVisitor(rhs), CullStack(rhs)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue