Skip to content

Commit

Permalink
DlgPropertyLink.cpp: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly authored and wwmayer committed Feb 12, 2020
1 parent 1024344 commit 4dc774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/DlgPropertyLink.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 4dc774c

Please sign in to comment.