From cfc86cd2572d112141bd0caeaf9238a9dc67ac8b Mon Sep 17 00:00:00 2001 From: sln Date: Fri, 1 Dec 2006 09:40:46 +0000 Subject: [PATCH] #if defined WNT #pragma warning ( disable:4251 ) #endif --- src/LightApp/LightApp_VTKSelector.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/LightApp/LightApp_VTKSelector.h b/src/LightApp/LightApp_VTKSelector.h index 37df66a01..4adcee334 100644 --- a/src/LightApp/LightApp_VTKSelector.h +++ b/src/LightApp/LightApp_VTKSelector.h @@ -37,6 +37,10 @@ class SUIT_Desktop; class SVTK_ViewModelBase; #endif +#if defined WNT +#pragma warning ( disable:4251 ) +#endif + /*! Provide salome vtk data owner list. */ -- 2.39.2