From 30a665288eba7a6715903a5d577ded2b9ae56df1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 18 Dec 2002 10:17:52 +0000 Subject: [PATCH] Removed the osg:: from the front of the Group::computeBound() method to keep things compiling under Windows. --- src/osgPlugins/txp/TerrapageNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/txp/TerrapageNode.cpp b/src/osgPlugins/txp/TerrapageNode.cpp index 830afa293..4cc11347f 100644 --- a/src/osgPlugins/txp/TerrapageNode.cpp +++ b/src/osgPlugins/txp/TerrapageNode.cpp @@ -171,7 +171,7 @@ bool TerrapageNode::computeBound() const } else { - return osg::Group::computeBound(); + return Group::computeBound(); } }