Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 09:55:33 +01:00
parent 1778b15a4d
commit 4d3a549727

View File

@ -44,7 +44,7 @@ public:
apply(*geometry);
}
virtual void apply(osg::Geometry& geometry) {} // to be implemented by actual visitors
virtual void apply(osg::Geometry& /*geometry*/) {} // to be implemented by actual visitors
protected:
bool isProcessed(osg::Geometry* node) {