Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROPy / HYDROData_IPolyline.sip
index 885a97b9cb25bf834e2bef325a3195cb429e67eb..da3010719977844174f67b225ccb1d8e3515cffc 100644 (file)
@@ -31,7 +31,7 @@ class HYDROData_IPolyline : HYDROData_Entity /Abstract/
 %End
 
   typedef gp_XY                       Point;
-  typedef NCollection_Sequence<HYDROData_IPolyline::Point> PointsList;
+  typedef NCollection_Sequence<gp_XY> PointsList;
 
 
 %ConvertToSubClassCode