TaskFemConstraintFluidBoundary.cpp: squash GCC compiler warning

This commit is contained in:
donovaly
2020-02-22 00:42:29 +01:00
committed by Bernd Hahnebach
parent d6f3c794cd
commit af7941a559

View File

@@ -554,6 +554,7 @@ void TaskFemConstraintFluidBoundary::onReferenceDeleted() {
void TaskFemConstraintFluidBoundary::onButtonDirection(const bool pressed) {
// sets the normal vector of the currently selecteed planar face as direction
Q_UNUSED(pressed)
//get vector of selected objects of active document
std::vector<Gui::SelectionObject> selection = Gui::Selection().getSelectionEx();
if (selection.size() == 0) {