mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-06 17:12:00 +08:00
0029371: The problem of the attributes constructor call
Default Guid is assigned in constructor. Add test case: tests\bugs\caf\bug29371.
This commit is contained in:
@@ -62,10 +62,8 @@ static Handle(TDataStd_ReferenceArray) SetAttr(const TDF_Label& label,
|
||||
//function : TDataStd_ReferenceArray
|
||||
//purpose : Empty Constructor
|
||||
//=======================================================================
|
||||
TDataStd_ReferenceArray::TDataStd_ReferenceArray()
|
||||
{
|
||||
|
||||
}
|
||||
TDataStd_ReferenceArray::TDataStd_ReferenceArray() : myID(GetID())
|
||||
{}
|
||||
|
||||
//=======================================================================
|
||||
//function : Init
|
||||
|
||||
Reference in New Issue
Block a user