0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / IGESGeom / IGESGeom_SpecificModule.cdl
index a1bafdb..b18de01 100644 (file)
@@ -23,14 +23,14 @@ uses Messenger from Message, IGESEntity, IGESDumper
 
 is
 
-    Create returns mutable SpecificModule from IGESGeom;
+    Create returns SpecificModule from IGESGeom;
     ---Purpose : Creates a SpecificModule from IGESGeom & puts it into SpecificLib
 
     OwnDump (me; CN : Integer; ent : IGESEntity;
              dumper : IGESDumper;  S : Messenger from Message; own : Integer);
     ---Purpose : Specific Dump (own parameters) for IGESGeom
 
-    OwnCorrect (me; CN : Integer; ent : mutable IGESEntity)
+    OwnCorrect (me; CN : Integer; ent : IGESEntity)
        returns Boolean  is redefined;
     ---Purpose : Performs non-ambiguous Correction on Entities which support
     --           them (Boundary,ConicArc,Flash,OffsetCurve,TransformationMatrix)