0025769: Replace BOPCol_Array1 with NCollection_Vector
[occt.git] / src / BOPDS / BOPDS_VectorOfCurve.hxx
index 954481d..3364b08 100644 (file)
 #ifndef BOPDS_VectorOfCurve_HeaderFile
 #define BOPDS_VectorOfCurve_HeaderFile
 
-#include <BOPCol_Array1.hxx>
+#include <BOPCol_NCVector.hxx>
 #include <BOPDS_Curve.hxx>
 
-#define BOPCol_Array1_Use_Allocator
-
-typedef BOPCol_Array1<BOPDS_Curve> BOPDS_VectorOfCurve;
-
-#undef BOPCol_Array1_Use_Allocator
-
+typedef BOPCol_NCVector<BOPDS_Curve> BOPDS_VectorOfCurve;
 
 #endif