0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BRepCheck / BRepCheck_Vertex.cdl
index 92bb2bb..b98b570 100644 (file)
@@ -25,7 +25,7 @@ is
 
     Create(V: Vertex from TopoDS)
     
-       returns mutable Vertex from BRepCheck;
+       returns Vertex from BRepCheck;
 
 
     InContext(me: mutable; ContextShape: Shape from TopoDS);