0026720: Coding, STEP - non-conformant names of class fields
[occt.git] / src / StepDimTol / StepDimTol_GeometricToleranceWithModifiers.cxx
index 791b6f5..ddae79d 100644 (file)
@@ -39,5 +39,5 @@ void StepDimTol_GeometricToleranceWithModifiers::Init (const Handle(TCollection_
                                                        const Handle(StepDimTol_HArray1OfGeometricToleranceModifier) &theModifiers)
 {
   StepDimTol_GeometricTolerance::Init(theName, theDescription, theMagnitude, theTolerancedShapeAspect);
-  modifiers = theModifiers;
+  myModifiers = theModifiers;
 }