Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 13:20:07 +01:00
parent 0cb00424ee
commit b72929d84b

View File

@ -188,7 +188,7 @@ public:
TerrainHandler(osgTerrain::Terrain* terrain):
_terrain(terrain) {}
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa)
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& /*aa*/)
{
switch(ea.getEventType())
{