diff --git a/src/osgPlugins/txp/TXPNode.cpp b/src/osgPlugins/txp/TXPNode.cpp index bdc415e13..808e9c8f8 100644 --- a/src/osgPlugins/txp/TXPNode.cpp +++ b/src/osgPlugins/txp/TXPNode.cpp @@ -53,7 +53,7 @@ void TXPNode::traverse(osg::NodeVisitor& nv) default: break; } - osg::Group::traverse(nv); + Group::traverse(nv); } bool TXPNode::computeBound() const