0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / HLRTest / HLRTest_OutLiner.cdl
index 6fe1413..f90de68 100644 (file)
@@ -26,7 +26,7 @@ uses
 
 is
     Create(S : Shape from TopoDS)
-    returns mutable OutLiner from HLRTest; 
+    returns OutLiner from HLRTest; 
     
     OutLiner(me) returns OutLiner from HLRTopoBRep;
        ---C++: inline
@@ -34,7 +34,7 @@ is
     DrawOn(me; dis : in out Display from Draw);
        ---Purpose: Does nothhing,
     
-    Copy(me) returns mutable Drawable3D from Draw
+    Copy(me) returns Drawable3D from Draw
        ---Purpose: For variable copy.
     is redefined;