Skip to content

Commit

Permalink
PartDesign: [skip ci] fix -Wunused-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 10, 2020
1 parent 350bae2 commit c9480d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/PartDesign/Gui/CommandBody.cpp
Expand Up @@ -315,6 +315,8 @@ void CmdPartDesignBody::activated(int iMsg)
camera->viewBoundingBox(bbox, aspectratio, 1.0f);
}
}
#else
Q_UNUSED(viewAll)
#endif

updateActive();
Expand Down

0 comments on commit c9480d7

Please sign in to comment.