Skip to content

Commit ab256fa

Browse files
committed
Fixed unused parameter warning.
1 parent f495fba commit ab256fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osgQt/QWidgetImage

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class OSGQT_EXPORT QWidgetImage : public osg::Image
3131
QGraphicsViewAdapter* getQGraphicsViewAdapter() { return _adapter; }
3232

3333
virtual bool requiresUpdateCall() const { return true; }
34-
virtual void update( osg::NodeVisitor* nv ) { render(); }
34+
virtual void update( osg::NodeVisitor* /*nv*/ ) { render(); }
3535

3636
void clearWriteBuffer();
3737

0 commit comments

Comments
 (0)