0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / TopOpeBRepDS / TopOpeBRepDS_InterferenceIterator.cdl
index 8842c91..18b0e67 100644 (file)
@@ -88,10 +88,10 @@ is
     ---Purpose: Move to the next Interference.
     is static;
 
-    Value(me) returns any Interference from TopOpeBRepDS
+    Value(me) returns Interference from TopOpeBRepDS
     ---Purpose: Returns   the   current   Interference,   matching   the
     --          conditions  (if defined).
-    ---C++: return &
+    ---C++: return const &
     is static;
 
     ChangeIterator(me : in out)