0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / Draw / Draw_Segment3D.cdl
index 16919cf..948e333 100644 (file)
@@ -25,7 +25,7 @@ uses Pnt from gp,
 is
 
     Create(p1,p2 : Pnt; col : Color)
-    returns mutable Segment3D;
+    returns Segment3D;
     
     DrawOn(me; dis : in out Display);