Part: Rename AttachExtension::Support property to AttachmentSupport, to avoid name conflict with base features. Fixes #7052
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
4e29ce1fcf
commit
a8ae56e06a
@@ -62,7 +62,7 @@ Line::Line()
|
||||
myShape.Infinite(Standard_True);
|
||||
Shape.setValue(myShape);
|
||||
|
||||
Support.touch();
|
||||
AttachmentSupport.touch();
|
||||
}
|
||||
|
||||
Line::~Line() = default;
|
||||
|
||||
Reference in New Issue
Block a user