From ec05b7a1356a062e345756ae3ed5afda5161094e Mon Sep 17 00:00:00 2001 From: donovaly Date: Wed, 12 Feb 2020 02:36:40 +0100 Subject: [PATCH] DlgPropertyLink.cpp: fix compilation see https://forum.freecadweb.org/viewtopic.php?f=10&t=43298 --- src/Gui/DlgPropertyLink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/DlgPropertyLink.cpp b/src/Gui/DlgPropertyLink.cpp index 630d74099c..f00a7915f0 100644 --- a/src/Gui/DlgPropertyLink.cpp +++ b/src/Gui/DlgPropertyLink.cpp @@ -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;