mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0029116: [Regression] OCAF attributes insertion order is violated again
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
|
||||
//! Adds an Attribute to the current label. Raises if
|
||||
//! there is already one.
|
||||
Standard_EXPORT void AddAttribute (const Handle(TDF_Attribute)& anAttribute, const Standard_Boolean append = Standard_False) const;
|
||||
Standard_EXPORT void AddAttribute (const Handle(TDF_Attribute)& anAttribute, const Standard_Boolean append = Standard_True) const;
|
||||
|
||||
//! Forgets an Attribute from the current label,
|
||||
//! setting its forgotten status true and its valid
|
||||
|
Reference in New Issue
Block a user