From b6f361b62b155502d5c0c3bcfec9372e86abe7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tr=C3=B6ger?= Date: Fri, 21 Jul 2017 08:34:10 +0200 Subject: [PATCH] PartDesign: ShapeBinder can link globally --- src/Mod/PartDesign/App/ShapeBinder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/App/ShapeBinder.h b/src/Mod/PartDesign/App/ShapeBinder.h index 54dc93367f..d8f5056418 100644 --- a/src/Mod/PartDesign/App/ShapeBinder.h +++ b/src/Mod/PartDesign/App/ShapeBinder.h @@ -47,7 +47,7 @@ public: ShapeBinder(); virtual ~ShapeBinder(); - App::PropertyLinkSubList Support; + App::PropertyLinkSubListGlobal Support; static void getFilteredReferences(App::PropertyLinkSubList* prop, Part::Feature*& object, std::vector< std::string >& subobjects); static Part::TopoShape buildShapeFromReferences(Feature* obj, std::vector< std::string > subs);