Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 12:15:51 +01:00
parent 0acb419cf5
commit 6fab8cadd3

View File

@ -87,7 +87,7 @@ public:
{ {
m_rPatSphere = pPatSphere; m_rPatSphere = pPatSphere;
} }
virtual bool handle( const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa, osg::Object* pObject, osg::NodeVisitor* pNodeVisitor ) virtual bool handle( const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa, osg::Object* /*pObject*/, osg::NodeVisitor* /*pNodeVisitor*/ )
{ {
osgViewer::Viewer* pViewer = dynamic_cast<osgViewer::Viewer*>(&aa); osgViewer::Viewer* pViewer = dynamic_cast<osgViewer::Viewer*>(&aa);
if ( !pViewer ) if ( !pViewer )