mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:39:57 +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:
@@ -68,8 +68,9 @@ Handle(TDataStd_ExtStringArray) SetAttr(const TDF_Label& label,
|
||||
//=======================================================================
|
||||
|
||||
TDataStd_ExtStringArray::TDataStd_ExtStringArray()
|
||||
: myIsDelta(Standard_False){}
|
||||
|
||||
: myIsDelta(Standard_False), myID(GetID())
|
||||
{}
|
||||
|
||||
//=======================================================================
|
||||
//function : Init
|
||||
//purpose :
|
||||
|
||||
Reference in New Issue
Block a user