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