0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / AIS / AIS_TypeFilter.cdl
index e9720a6..ec68021 100644 (file)
@@ -46,7 +46,7 @@ uses
 
 is
     Create(aGivenKind      : KindOfInteractive from AIS)
-    returns mutable TypeFilter from AIS;
+    returns TypeFilter from AIS;
        ---Purpose: Initializes filter for type, aGivenKind.
     IsOk (me;anobj : EntityOwner from SelectMgr)
     returns Boolean from Standard is redefined virtual;