0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / StepShape / StepShape_CsgSolid.cdl
index 819e3b3..52069e2 100644 (file)
@@ -24,15 +24,15 @@ uses
        HAsciiString from TCollection
 is
 
-       Create returns mutable CsgSolid;
+       Create returns CsgSolid;
        ---Purpose: Returns a CsgSolid
 
 
        Init (me : mutable;
-             aName : mutable HAsciiString from TCollection) is redefined;
+             aName : HAsciiString from TCollection) is redefined;
 
        Init (me : mutable;
-             aName : mutable HAsciiString from TCollection;
+             aName : HAsciiString from TCollection;
              aTreeRootExpression : CsgSelect from StepShape) is virtual;
 
        -- Specific Methods for Field Data Access --