Salome HOME
Merge from OCC_development_generic_2006
[modules/gui.git] / src / SUIT / SUIT_DataOwner.h
index 8f8caadff3a348cd57a7b964c8c08c7043a9a579..cbc5b84649de7470866ad7415287ff84e28a525c 100755 (executable)
@@ -25,6 +25,7 @@
 #include <qmap.h>
 
 #ifdef WIN32
+#pragma warning( disable:4251 )
 #pragma warning( disable:4275 )
 #endif
 
@@ -81,6 +82,7 @@ private:
 };
 
 #ifdef WIN32
+#pragma warning( default:4251 )
 #pragma warning( default:4275 )
 #endif