0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / HLRBRep / HLRBRep_ShapeToHLR.cdl
index 7d9e17d..13d76d0 100644 (file)
@@ -40,7 +40,7 @@ is
                   
     ExploreFace(myclass;
                 S      :         OutLiner          from HLRTopoBRep;
-                DS     : mutable Data              from HLRBRep;
+                DS     : Data              from HLRBRep;
                FM     :         IndexedMapOfShape from TopTools;
                EM     :         IndexedMapOfShape from TopTools;
                i      : in out  Integer           from Standard;
@@ -50,7 +50,7 @@ is
 
     ExploreShape(myclass;
                  S    :         OutLiner          from HLRTopoBRep;
-                 DS   : mutable Data              from HLRBRep;
+                 DS   : Data              from HLRBRep;
                 FM   :         IndexedMapOfShape from TopTools; 
                 EM   :         IndexedMapOfShape from TopTools) 
     is private;