0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BinMXCAFDoc / BinMXCAFDoc_ColorToolDriver.cdl
index ab6afb5..b85bc5d 100644 (file)
@@ -24,13 +24,13 @@ uses
 
 is
     Create (theMsgDriver:MessageDriver from CDM)
-    returns mutable ColorToolDriver from BinMXCAFDoc;
+    returns ColorToolDriver from BinMXCAFDoc;
 
-    NewEmpty (me)  returns mutable Attribute from TDF
+    NewEmpty (me)  returns Attribute from TDF
     is redefined;
 
     Paste(me; theSource     : Persistent from BinObjMgt;
-              theTarget     : mutable Attribute from TDF;
+              theTarget     : Attribute from TDF;
               theRelocTable : out RRelocationTable from BinObjMgt)
     returns Boolean from Standard is redefined;