0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / PDataXtd / PDataXtd_Axis.cdl
index 5d5d351..2a87741 100644 (file)
@@ -23,6 +23,6 @@ class Axis from PDataXtd inherits Attribute from PDF
 
 is
 
-    Create returns mutable Axis from  PDataXtd;
+    Create returns Axis from  PDataXtd;
     
 end Axis;