DlgPropertyLink.cpp: fix compilation

see https://forum.freecadweb.org/viewtopic.php?f=10&t=43298
This commit is contained in:
donovaly
2020-02-12 02:36:40 +01:00
committed by wwmayer
parent e1a6100bac
commit ec05b7a135

View File

@@ -609,7 +609,7 @@ QTreeWidgetItem *DlgPropertyLink::findItem(
return item;
}
void DlgPropertyLink::onSelectionChanged(const SelectionChanges& msg)
void DlgPropertyLink::onSelectionChanged(const Gui::SelectionChanges& msg)
{
if (msg.Type != SelectionChanges::AddSelection)
return;