0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / PDataStd / PDataStd_RealArray.cdl
index e45f5b7..88a7173 100644 (file)
@@ -23,7 +23,7 @@ uses HArray1OfReal from PColStd
      
 is
 
-    Create returns mutable RealArray from PDataStd;
+    Create returns RealArray from PDataStd;
 
     Init(me : mutable; lower, upper : Integer from Standard);