0027336: Update STEP entities, according to AP242
[occt.git] / src / RWStepVisual / RWStepVisual_RWTessellatedAnnotationOccurrence.cxx
index cf34fc9..e820b21 100644 (file)
@@ -62,8 +62,8 @@ void RWStepVisual_RWTessellatedAnnotationOccurrence::ReadStep
   }
 
   // Inherited field : item
-  Handle(StepRepr_RepresentationItem) aItem;
-  data->ReadEntity(num, 3,"item", ach, STANDARD_TYPE(StepRepr_RepresentationItem), aItem);
+  Handle(MMgt_TShared) aItem;
+  data->ReadEntity(num, 3,"item", ach, STANDARD_TYPE(MMgt_TShared), aItem);
 
   // Initialisation of the read entity
   ent->Init(aName, aStyles, aItem);