Attempts to fix compile problems under IRIX due to namespace problems.

This commit is contained in:
Robert Osfield
2004-01-29 15:47:51 +00:00
parent 965ed49427
commit dea75f5510
17 changed files with 24 additions and 10 deletions

View File

@@ -234,7 +234,7 @@ class SeamFinder: public osg::NodeVisitor
{
public:
SeamFinder(int x, int y, int lod, TXPArchive::TileInfo& info, TXPArchive *archive ):
NodeVisitor(NodeVisitor::TRAVERSE_ALL_CHILDREN),
osg::NodeVisitor(osg::NodeVisitor::TRAVERSE_ALL_CHILDREN),
_x(x), _y(y), _lod(lod), _info(info), _archive(archive)
{};