Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 11:31:11 +01:00
parent 93a8b916cc
commit fe2b4f92a1

View File

@ -330,7 +330,7 @@ void MovieEventHandler::set(osg::Node* node)
} }
bool MovieEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa, osg::Object*, osg::NodeVisitor* nv) bool MovieEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter&, osg::Object*, osg::NodeVisitor*)
{ {
switch(ea.getEventType()) switch(ea.getEventType())
{ {