0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BinLDrivers / BinLDrivers_DocumentStorageDriver.cdl
index 07d8dc9..088f292 100644 (file)
@@ -36,7 +36,7 @@ uses
 is
     -- ===== Public methods =====
 
-    Create returns mutable DocumentStorageDriver from BinLDrivers;
+    Create returns DocumentStorageDriver from BinLDrivers;
         ---Purpose: Constructor
 
     SchemaName(me) returns ExtendedString from TCollection is redefined virtual;