0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / IGESData / IGESData_FileProtocol.cdl
index a6180e6..203cc56 100644 (file)
@@ -26,7 +26,7 @@ uses Protocol from Interface
 
 is
 
-    Create returns mutable FileProtocol;
+    Create returns FileProtocol;
     ---Purpose : Returns an empty FileProtocol
 
     Add (me : mutable; protocol : Protocol from IGESData);