0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / PDataStd / PDataStd_ByteArray.cdl
index 4b4421e..944e02f 100644 (file)
@@ -22,7 +22,7 @@ uses
 is
 
     Create 
-    returns mutable ByteArray from PDataStd;
+    returns ByteArray from PDataStd;
 
     Set (me : mutable;
         values : HArray1OfInteger from PColStd);