0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / IFSelect / IFSelect_SelectSignedSharing.cdl
index 57d8566..f876785 100644 (file)
@@ -28,11 +28,11 @@ is
     Create (matcher : Signature;
             signtext : CString;
             exact : Boolean = Standard_True;
-           level : Integer = 0)  returns mutable SelectSignedSharing;
+           level : Integer = 0)  returns SelectSignedSharing;
     ---Purpose : Creates a SelectSignedSharing, defaulted for any level
     --           with a given Signature and text to match
 
-    Signature (me) returns mutable Signature;
+    Signature (me) returns Signature;
     ---Purpose : Returns the used Signature, then it is possible to access it,
     --           modify it as required