0026720: Coding, STEP - non-conformant names of class fields
[occt.git] / src / StepDimTol / StepDimTol_GeneralDatumReference.cxx
index d9823f4..a2038b8 100644 (file)
@@ -36,14 +36,14 @@ void StepDimTol_GeneralDatumReference::Init (const Handle(TCollection_HAsciiStri
                                              const Handle(StepRepr_ProductDefinitionShape)& theOfShape,
                                              const StepData_Logical theProductDefinitional,
                                              const StepDimTol_DatumOrCommonDatum& theBase,
-                                             const Standard_Boolean hasModifiers,
+                                             const Standard_Boolean theHasModifiers,
                                              const Handle(StepDimTol_HArray1OfDatumReferenceModifier)& theModifiers)
 {
   StepRepr_ShapeAspect::Init(theName, theDescription, theOfShape, theProductDefinitional);
-  base = theBase;
-  if (hasModifiers)
-    modifiers = theModifiers;
+  myBase = theBase;
+  if (theHasModifiers)
+    myModifiers = theModifiers;
   else
-    modifiers.Nullify();
+    myModifiers.Nullify();
 }
     
\ No newline at end of file