Gui: [skip ci] fix Conda build failure

This commit is contained in:
wmayer
2022-11-01 22:57:47 +01:00
parent af0a014cf2
commit 356794a646

View File

@@ -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;
}
@@ -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);
}