0028832: MMgt_TShared can be replaced by Standard_Transient
[occt.git] / src / RWStepVisual / RWStepVisual_RWAnnotationPlane.cxx
index 96de4de..e13b24c 100644 (file)
@@ -62,8 +62,8 @@ void RWStepVisual_RWAnnotationPlane::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);
   
   // Own field: elements
   Handle(StepVisual_HArray1OfAnnotationPlaneElement) anElements;