X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeIntArray.h;fp=src%2FModel%2FModel_AttributeIntArray.h;h=cef3477fab5a7532657de248691b4e1ad49c8fb8;hb=423c10234142d14d0d5de89383f2f96a4ec5930f;hp=190d3d5a6dd62463d232f59e62e24ae3a88dd714;hpb=982481c856def9c064e5f2bb65de11a5b254da6e;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeIntArray.h b/src/Model/Model_AttributeIntArray.h index 190d3d5a6..cef3477fa 100644 --- a/src/Model/Model_AttributeIntArray.h +++ b/src/Model/Model_AttributeIntArray.h @@ -24,7 +24,7 @@ class Model_AttributeIntArray : public ModelAPI_AttributeIntArray { - /// The OCCT array that keeps all values. + /// The OCCT array that keeps all values. Handle_TDataStd_IntegerArray myArray; /// Stores the label as a field to set array if size is not null (null array is buggy in OCAF) TDF_Label myLab;