fix -Wextra in Reen

This commit is contained in:
wmayer
2016-09-23 18:25:49 +02:00
parent 4c1af037c5
commit 5f87cdbf9e
3 changed files with 6 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ public:
PoissonWidget::PoissonWidget(const App::DocumentObjectT& obj, QWidget* parent)
: d(new Private())
{
Q_UNUSED(parent);
d->ui.setupUi(this);
d->obj = obj;
}