[FEM] TaskFemConstraintForce.cpp: squash GCC warning

This commit is contained in:
donovaly
2020-02-22 00:45:32 +01:00
committed by Bernd Hahnebach
parent 288456ee4b
commit 3afa603a1e

View File

@@ -290,6 +290,7 @@ void TaskFemConstraintForce::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) {