Salome HOME
windows port
authoradam <adam>
Thu, 28 May 2009 07:27:51 +0000 (07:27 +0000)
committeradam <adam>
Thu, 28 May 2009 07:27:51 +0000 (07:27 +0000)
src/CONVERTOR/VISU_Vtk2MedConvertor.hxx
src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx

index bf4f6bac097d5887fc216ca39871101e53ca0ef6..aec54656b35c00394e379cabefd2c4e7823db414 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef VISU_VTK2MEDCONVERTOR_H
 #define VISU_VTK2MEDCONVERTOR_H
 
+#include "VISUConvertor.hxx"
+
 #include <MED_Common.hxx>
 #include <vtkIntArray.h>
 #include <vtkDataSet.h>
@@ -37,7 +39,7 @@
 class vtkUnstructuredGrid;
 class vtkIntArray;
 
-class VISU_Vtk2MedConvertor
+class VISU_CONVERTOR_EXPORT VISU_Vtk2MedConvertor
 {
 public:
 
index 552f6f4b5c5070f011f13d516f4cebd3425d0426..878aea29e7d024d674679a2d099e9db1e013f88f 100644 (file)
@@ -521,11 +521,7 @@ void VisuGUI_SetupPlot2dDlg::enableControls()
       break;
     }
   }
-#ifndef WNT
   for ( int i = 0; i < myItems.count(); i++ ) {
-#else
-  for ( i = 0; i < myItems.count(); i++ ) {
-#endif
     if ( myItems.at( i )->isVerticalOn() )
       bVSet = true;
     myItems.at( i )->enableWidgets( bHSet && myItems.at( i )->isVerticalOn() );