mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -63,8 +63,8 @@ void RWStepVisual_RWContextDependentOverRidingStyledItem::ReadStep
|
||||
|
||||
// --- inherited field : item ---
|
||||
|
||||
Handle(MMgt_TShared) aItem;
|
||||
data->ReadEntity(num, 3,"item", ach, STANDARD_TYPE(MMgt_TShared), aItem);
|
||||
Handle(Standard_Transient) aItem;
|
||||
data->ReadEntity(num, 3,"item", ach, STANDARD_TYPE(Standard_Transient), aItem);
|
||||
|
||||
// --- inherited field : overRiddenStyle ---
|
||||
|
||||
|
Reference in New Issue
Block a user