0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / ChFiDS / ChFiDS_ChamfSpine.cdl
index 12986df..ba62a76 100644 (file)
@@ -22,8 +22,8 @@ uses
   ChamfMethod from ChFiDS           
  
 is
-    Create  returns  mutable ChamfSpine from ChFiDS;
-    Create (Tol : Real from Standard) returns  mutable ChamfSpine from ChFiDS;
+    Create  returns ChamfSpine from ChFiDS;
+    Create (Tol : Real from Standard) returns ChamfSpine from ChFiDS;
     
     SetDist (me : mutable; Dis : Real from Standard) is static;