0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / AIS / AIS_C0RegularityFilter.cdl
index 5467093..38c6133 100644 (file)
@@ -26,7 +26,7 @@ uses
 
 is
     Create( aShape : Shape from TopoDS )
-    returns mutable C0RegularityFilter from AIS;
+    returns C0RegularityFilter from AIS;
     
     ActsOn( me; aType : ShapeEnum from TopAbs )
     returns Boolean from Standard