Fixed unused parameter warning.

This commit is contained in:
Robert Osfield 2016-06-08 10:54:36 +01:00
parent f774a38cf2
commit 8bfe67b37b

View File

@ -31,7 +31,7 @@ class OSGQT_EXPORT QWidgetImage : public osg::Image
QGraphicsViewAdapter* getQGraphicsViewAdapter() { return _adapter; }
virtual bool requiresUpdateCall() const { return true; }
virtual void update( osg::NodeVisitor* nv ) { render(); }
virtual void update( osg::NodeVisitor* /*nv*/ ) { render(); }
void clearWriteBuffer();