Salome HOME
Minor change - public keyword added.
[modules/hydro.git] / src / HYDROPy / HYDROData_IPolyline.sip
index ca0a630ca4f992213c2867b0fd31fb761c23b5f6..92e70a5d5a9baf46fc8e2176650b249138ea3997 100644 (file)
 #include <HYDROData_IPolyline.h>
 %End
 
-class HYDROData_IPolyline : HYDROData_Entity /Abstract/
+class HYDROData_IPolyline : public HYDROData_Entity /Abstract/
 {
+%TypeHeaderCode
+#include <HYDROData_IPolyline.h>
+%End
 
   typedef gp_XY                       Point;
   typedef NCollection_Sequence<gp_XY> PointsList;
 
-%TypeHeaderCode
-#include <HYDROData_IPolyline.h>
-%End
 
 %ConvertToSubClassCode
     switch ( sipCpp->GetKind() )