Fixed unused parameter warning.
This commit is contained in:
parent
1778b15a4d
commit
4d3a549727
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user