Fixes for IRIX build

This commit is contained in:
Don BURNS
2002-11-22 05:00:43 +00:00
parent c735c379af
commit 65fec63389
4 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ LightPointNode::LightPointNode()
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
LightPointNode::LightPointNode(const LightPointNode& lpn,const osg::CopyOp& copyop):
Node(lpn,copyop),
osg::Node(lpn,copyop),
_lightPointList(lpn._lightPointList)
{
}