0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / PTopoDS / PTopoDS_Compound.cdl
index 59b8b37..aba8d01 100644 (file)
@@ -17,7 +17,7 @@
 class Compound from PTopoDS inherits HShape from PTopoDS
 
 is
-    Create returns mutable Compound from PTopoDS;
+    Create returns Compound from PTopoDS;
        ---Level: Internal 
 
 end Compound;