Fixed compile error

This commit is contained in:
Robert Osfield
2004-05-03 07:42:30 +00:00
parent fced94fab3
commit 04798b4e63
2 changed files with 2 additions and 2 deletions

View File

@@ -943,7 +943,7 @@ class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
void _equalizeRow(Row& row);
void _writeRow(Row& row);
osg::CoordinateSystemNode* decorateWithCoordinateSystemNode(osg::Node* subgraph);
osg::Node* decorateWithCoordinateSystemNode(osg::Node* subgraph);
void init();

View File

@@ -3375,7 +3375,7 @@ void DataSet::createDestination(unsigned int numLevels)
}
osg::CoordinateSystemNode* DataSet::decorateWithCoordinateSystemNode(osg::Node* subgraph)
osg::Node* DataSet::decorateWithCoordinateSystemNode(osg::Node* subgraph)
{
// don't decorate if no coord system is set.
if (_destinationCoordinateSystem->getCoordinateSystem().empty())