0028832: MMgt_TShared can be replaced by Standard_Transient
[occt.git] / src / StepData / StepData_FreeFormEntity.cxx
index c0ad1b9..63ec8e8 100644 (file)
@@ -19,7 +19,7 @@
 #include <NCollection_DataMap.hxx>
 #include <Standard_Transient.hxx>
 
-IMPLEMENT_STANDARD_RTTIEXT(StepData_FreeFormEntity,MMgt_TShared)
+IMPLEMENT_STANDARD_RTTIEXT(StepData_FreeFormEntity,Standard_Transient)
 
 void StepData_FreeFormEntity::SetStepType (const Standard_CString typenam)
       {  thetype.Clear();  thetype.AssignCat (typenam);  }