Salome HOME
Move color tags to the base geometrical object class.
[modules/hydro.git] / src / HYDROData / HYDROData_Polyline.h
index 78f8736efaf44a97d8a7e7f8ccad45d298af2546..53395cd813cb79460818615884a6b57282fc68ac 100755 (executable)
@@ -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