Salome HOME
Update copyright information
[modules/geom.git] / src / OBJECT / GEOM_VTKTrihedron.hxx
index 4250b3d707bbb2d79cc3d34b43c199daff7501fd..fc244a0d70b56ceae5dfb1a9c291e47b52c96a60 100644 (file)
 #ifndef GEOM_VTKTrihedron_H
 #define GEOM_VTKTrihedron_H
 
+#include "GEOM_OBJECT_defs.hxx"
+
 #include <Geom_Axis2Placement.hxx>
 #include "SALOME_Actor.h"
 #include "VTKViewer_Trihedron.h"
 
-#ifdef WNT
-#include <SALOME_WNT.hxx>
-#else
-#define SALOME_WNT_EXPORT
-#endif
-
-
-class vtkActorCollection;
 class vtkRenderer;
 class vtkPolyDataMapper;
 
@@ -50,7 +44,7 @@ class vtkPolyDataMapper;
                 Placement of trihedron is chahged with SetPlacement() method
 */
 
-class SALOME_WNT_EXPORT GEOM_VTKTrihedron : public SALOME_Actor
+class GEOM_OBJECT_EXPORT GEOM_VTKTrihedron : public SALOME_Actor
 {
 
 protected: