X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Polyline.h;h=53395cd813cb79460818615884a6b57282fc68ac;hb=d5ab854432d2b0ec5a504b7f5bbf67d12bec472a;hp=78f8736efaf44a97d8a7e7f8ccad45d298af2546;hpb=84f8b4a57d3cdad820bc1333a5066699cd1c8ae3;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Polyline.h b/src/HYDROData/HYDROData_Polyline.h index 78f8736e..53395cd8 100755 --- a/src/HYDROData/HYDROData_Polyline.h +++ b/src/HYDROData/HYDROData_Polyline.h @@ -13,7 +13,7 @@ class TopoDS_Wire; DEFINE_STANDARD_HANDLE(HYDROData_Polyline, HYDROData_Object) -struct PolylineSection +struct HYDRODATA_EXPORT PolylineSection { public: enum SectionType{ SECTION_POLYLINE=0, SECTION_SPLINE=1 }; @@ -138,12 +138,12 @@ protected: * Creates new object in the internal data structure. Use higher level objects * to create objects with real content. */ - HYDROData_Polyline(); + HYDRODATA_EXPORT HYDROData_Polyline(); /** * Destructs properties of the object and object itself, removes it from the document. */ - ~HYDROData_Polyline(); + HYDRODATA_EXPORT ~HYDROData_Polyline(); }; #endif