0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / StepRepr / StepRepr_CompoundRepresentationItem.cdl
index f515d38..002272f 100644 (file)
@@ -27,7 +27,7 @@ is
     Create returns CompoundRepresentationItem;
 
     Init (me : mutable;
-             aName : mutable HAsciiString from TCollection;
+             aName : HAsciiString from TCollection;
             item_element : HArray1OfRepresentationItem from StepRepr);
 
     ItemElement (me) returns HArray1OfRepresentationItem from StepRepr;