Skip to content
Snippets Groups Projects
Commit 60cd41d4 authored by Francois Bertel's avatar Francois Bertel
Browse files

COMP:Fixed warning.

parent fdfaf238
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ protected:
this->mWidget->GetRenderWindow()->Frame();
}
void drawBackground(QPainter*, const QRectF& r)
void drawBackground(QPainter*, const QRectF& vtkNotUsed(r))
{
mWidget->GetRenderWindow()->Render();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment