Fixed virtual method mismtaches between subclasses and parent classes.
This commit is contained in:
@@ -248,7 +248,7 @@ Viewer::~Viewer()
|
||||
OSG_INFO<<"Viewer::~Viewer() end destructor getThreads = "<<threads.size()<<std::endl;
|
||||
}
|
||||
|
||||
void Viewer::take(View& rhs)
|
||||
void Viewer::take(osg::View& rhs)
|
||||
{
|
||||
osgViewer::View::take(rhs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user