Skip to content

Commit

Permalink
Gui: [skip ci] fix Conda build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 1, 2022
1 parent af0a014 commit 356794a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Gui/Placement.cpp
Expand Up @@ -695,7 +695,7 @@ void Placement::onResetButtonClicked()
* Sets the array of selection objects.
* \param selection
*/
void Placement::setSelection(const std::vector<SelectionObject>& selection)
void Placement::setSelection(const std::vector<Gui::SelectionObject>& selection)
{
selectionObjects = selection;
}
Expand Down Expand Up @@ -915,7 +915,7 @@ TaskPlacement::~TaskPlacement()
* Sets the array of selection objects.
* \param selection
*/
void TaskPlacement::setSelection(const std::vector<SelectionObject>& selection)
void TaskPlacement::setSelection(const std::vector<Gui::SelectionObject>& selection)
{
widget->setSelection(selection);
}
Expand Down

0 comments on commit 356794a

Please sign in to comment.