]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
#if defined WNT For_CTH_V1_2a
authorsln <sln@opencascade.com>
Fri, 1 Dec 2006 09:40:46 +0000 (09:40 +0000)
committersln <sln@opencascade.com>
Fri, 1 Dec 2006 09:40:46 +0000 (09:40 +0000)
#pragma warning ( disable:4251 )
#endif

src/LightApp/LightApp_VTKSelector.h

index 37df66a01a77b384934ee8c1b225805de6e1d13b..4adcee33469975a7df7da4ad607fbba5da6820df 100644 (file)
@@ -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.
 */