Fixed virtual method mismtaches between subclasses and parent classes.

This commit is contained in:
Robert Osfield
2011-06-23 16:36:36 +00:00
parent ee7668fe6c
commit c617ea0163
4 changed files with 10 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ class OSGVIEWER_EXPORT Viewer : public ViewerBase, public osgViewer::View
META_Object(osgViewer,Viewer);
/** Take all the settings, Camera and Slaves from the passed in view(er), leaving it empty. */
virtual void take(View& rhs);
virtual void take(osg::View& rhs);
/** Set the Stats object used for collect various frame related timing and scene graph stats.*/