0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / Hatch / Hatch.cdl
index b50d32d..b139f24 100644 (file)
@@ -43,13 +43,11 @@ is
 
     private class Parameter;
 
-    private class SequenceOfParameter instantiates Sequence from TCollection
-           (Parameter from Hatch);
+    imported SequenceOfParameter;
 
     private class Line;
 
-    private class SequenceOfLine instantiates Sequence from TCollection
-           (Line from Hatch);
+    imported SequenceOfLine;
            
     class Hatcher;