From ad47ea1cff80cafff5c71dd8bbe70b745aab816b Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 28 May 2009 07:27:51 +0000 Subject: [PATCH] windows port --- src/CONVERTOR/VISU_Vtk2MedConvertor.hxx | 4 +++- src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/CONVERTOR/VISU_Vtk2MedConvertor.hxx b/src/CONVERTOR/VISU_Vtk2MedConvertor.hxx index bf4f6bac..aec54656 100644 --- a/src/CONVERTOR/VISU_Vtk2MedConvertor.hxx +++ b/src/CONVERTOR/VISU_Vtk2MedConvertor.hxx @@ -26,6 +26,8 @@ #ifndef VISU_VTK2MEDCONVERTOR_H #define VISU_VTK2MEDCONVERTOR_H +#include "VISUConvertor.hxx" + #include #include #include @@ -37,7 +39,7 @@ class vtkUnstructuredGrid; class vtkIntArray; -class VISU_Vtk2MedConvertor +class VISU_CONVERTOR_EXPORT VISU_Vtk2MedConvertor { public: diff --git a/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx b/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx index 552f6f4b..878aea29 100644 --- a/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx +++ b/src/VISUGUI/VisuGUI_SetupPlot2dDlg.cxx @@ -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() ); -- 2.39.2